Skip to content

Commit

Permalink
fix(deps): update dependency sqlglot to >=23.4,<25.32 (#10502)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sqlglot](https://redirect.github.com/tobymao/sqlglot) |
`>=23.4,<25.31` -> `>=23.4,<25.32` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sqlglot/25.31.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sqlglot/25.31.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sqlglot/25.30.0/25.31.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sqlglot/25.30.0/25.31.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tobymao/sqlglot (sqlglot)</summary>

###
[`v25.31.4`](https://redirect.github.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25314---2024-11-17)

[Compare
Source](https://redirect.github.com/tobymao/sqlglot/compare/v25.31.3...v25.31.4)

##### 🐛 Bug Fixes

-
[`59b8b6d`](https://redirect.github.com/tobymao/sqlglot/commit/59b8b6d1409b4112d425cc31db45519d5936b6fa)
- preserve column quoting in DISTINCT ON elimination *(commit by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*

###
[`v25.31.3`](https://redirect.github.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25313---2024-11-17)

[Compare
Source](https://redirect.github.com/tobymao/sqlglot/compare/v25.31.2...v25.31.3)

##### ✨ New Features

-
[`835e717`](https://redirect.github.com/tobymao/sqlglot/commit/835e71795f994599dbc19f1a5969b464154926e1)
- **clickhouse**: transform function support *(PR
[#&#8203;4408](https://redirect.github.com/tobymao/sqlglot/pull/4408) by
[@&#8203;GaliFFun](https://redirect.github.com/GaliFFun))*

##### 🐛 Bug Fixes

-
[`0479743`](https://redirect.github.com/tobymao/sqlglot/commit/047974393cebbddbbfb878071d159a3e538b0e4d)
- **snowflake**: cast to TimeToStr arg to TIMESTAMP more conservatively
*(commit by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*

###
[`v25.31.2`](https://redirect.github.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25312---2024-11-17)

[Compare
Source](https://redirect.github.com/tobymao/sqlglot/compare/v25.31.1...v25.31.2)

##### 🐛 Bug Fixes

-
[`d851269`](https://redirect.github.com/tobymao/sqlglot/commit/d851269780c7f0a0c756289c3dea9b1aa58d2a69)
- use existing aliases in DISTINCT ON elimination, if any *(commit by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*

###
[`v25.31.1`](https://redirect.github.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25311---2024-11-17)

[Compare
Source](https://redirect.github.com/tobymao/sqlglot/compare/v25.31.0...v25.31.1)

##### ✨ New Features

-
[`b00d857`](https://redirect.github.com/tobymao/sqlglot/commit/b00d857cd8a6d2452c2170077cbfa82352f708dd)
- add support for specifying column in row_number function *(PR
[#&#8203;4406](https://redirect.github.com/tobymao/sqlglot/pull/4406) by
[@&#8203;GaliFFun](https://redirect.github.com/GaliFFun))*

##### 🐛 Bug Fixes

-
[`0e46cc7`](https://redirect.github.com/tobymao/sqlglot/commit/0e46cc7fa2d80ba4e92182b3fa5f1075a63f4754)
- refactor DISTINCT ON elimination transformation *(PR
[#&#8203;4407](https://redirect.github.com/tobymao/sqlglot/pull/4407) by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*

###
[`v25.31.0`](https://redirect.github.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25310---2024-11-16)

[Compare
Source](https://redirect.github.com/tobymao/sqlglot/compare/v25.30.0...v25.31.0)

##### 💥 BREAKING CHANGES

- due to
[`f4abfd5`](https://redirect.github.com/tobymao/sqlglot/commit/f4abfd59b8255cf8c39bf51028ee5f6ed704927f)
- Support FORMAT_TIMESTAMP *(PR
[#&#8203;4383](https://redirect.github.com/tobymao/sqlglot/pull/4383) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*:

Support FORMAT_TIMESTAMP
([#&#8203;4383](https://redirect.github.com/tobymao/sqlglot/issues/4383))

- due to
[`45eef60`](https://redirect.github.com/tobymao/sqlglot/commit/45eef600064ad024b34e32e7acc3aca409fbd9c4)
- use select star when eliminating distinct on *(PR
[#&#8203;4401](https://redirect.github.com/tobymao/sqlglot/pull/4401) by
[@&#8203;agrigoroi-palantir](https://redirect.github.com/agrigoroi-palantir))*:

use select star when eliminating distinct on
([#&#8203;4401](https://redirect.github.com/tobymao/sqlglot/issues/4401))

##### ✨ New Features

-
[`72ffdcb`](https://redirect.github.com/tobymao/sqlglot/commit/72ffdcb631bf7afdeda2ce96911442a94b7f11eb)
- **bigquery**: Add parsing support for STRPOS(...) *(PR
[#&#8203;4378](https://redirect.github.com/tobymao/sqlglot/pull/4378) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
-
[`e7b67e0`](https://redirect.github.com/tobymao/sqlglot/commit/e7b67e0c280179188ce1bca650735978b758dca1)
- **bigquery**: Support MAKE_INTERVAL *(PR
[#&#8203;4384](https://redirect.github.com/tobymao/sqlglot/pull/4384) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
-
[`37c4809`](https://redirect.github.com/tobymao/sqlglot/commit/37c4809dfda48224fd982ea8a48d3dbc5c17f9ae)
- **bigquery**: Support INT64(...) *(PR
[#&#8203;4391](https://redirect.github.com/tobymao/sqlglot/pull/4391) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
-
[`9694999`](https://redirect.github.com/tobymao/sqlglot/commit/96949999d394e27df8b0287a14e9ac82d52bc0f9)
- Add support for CONTAINS(...) *(PR
[#&#8203;4399](https://redirect.github.com/tobymao/sqlglot/pull/4399) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*

##### 🐛 Bug Fixes

-
[`f4abfd5`](https://redirect.github.com/tobymao/sqlglot/commit/f4abfd59b8255cf8c39bf51028ee5f6ed704927f)
- **bigquery**: Support FORMAT_TIMESTAMP *(PR
[#&#8203;4383](https://redirect.github.com/tobymao/sqlglot/pull/4383) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
-
[`bb46ee3`](https://redirect.github.com/tobymao/sqlglot/commit/bb46ee33d481a888882cbbb26a9240dd2dbb10ee)
- **parser**: Parse exp.Column for DROP COLUMN *(PR
[#&#8203;4390](https://redirect.github.com/tobymao/sqlglot/pull/4390) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
- ↘️ *fixes issue
[#&#8203;4388](https://redirect.github.com/tobymao/sqlglot/issues/4388)
opened by [@&#8203;AhlamHani](https://redirect.github.com/AhlamHani)*
-
[`79f6783`](https://redirect.github.com/tobymao/sqlglot/commit/79f67830d7d3ba92bff91eeb95b4dc8bdfa6c44e)
- **snowflake**: Wrap DIV0 operands if they're binary expressions *(PR
[#&#8203;4393](https://redirect.github.com/tobymao/sqlglot/pull/4393) by
[@&#8203;VaggelisD](https://redirect.github.com/VaggelisD))*
- ↘️ *fixes issue
[#&#8203;4392](https://redirect.github.com/tobymao/sqlglot/issues/4392)
opened by
[@&#8203;diogo-fernan](https://redirect.github.com/diogo-fernan)*
-
[`647b98d`](https://redirect.github.com/tobymao/sqlglot/commit/647b98d84643b88a41218fb67f6a2bd83ca4c702)
- **starrocks**: Add RESERVED_KEYWORDS specific to starrocks *(PR
[#&#8203;4402](https://redirect.github.com/tobymao/sqlglot/pull/4402) by
[@&#8203;notexistence](https://redirect.github.com/notexistence))*
-
[`45eef60`](https://redirect.github.com/tobymao/sqlglot/commit/45eef600064ad024b34e32e7acc3aca409fbd9c4)
- use select star when eliminating distinct on *(PR
[#&#8203;4401](https://redirect.github.com/tobymao/sqlglot/pull/4401) by
[@&#8203;agrigoroi-palantir](https://redirect.github.com/agrigoroi-palantir))*

##### ♻️ Refactors

-
[`a3af2af`](https://redirect.github.com/tobymao/sqlglot/commit/a3af2af3a893dfd6c6946b732aa086d1f1d91570)
- attach stamement comments consistently *(PR
[#&#8203;4377](https://redirect.github.com/tobymao/sqlglot/pull/4377) by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*
- ↘️ *addresses issue
[#&#8203;4376](https://redirect.github.com/tobymao/sqlglot/issues/4376)
opened by [@&#8203;YieldRay](https://redirect.github.com/YieldRay)*

##### 🔧 Chores

-
[`858c5b1`](https://redirect.github.com/tobymao/sqlglot/commit/858c5b1a43f74e11b8c357986c78b5068792b3af)
- improve contribution guide *(PR
[#&#8203;4379](https://redirect.github.com/tobymao/sqlglot/pull/4379) by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*
-
[`160e688`](https://redirect.github.com/tobymao/sqlglot/commit/160e6883225cd6ad41a218213f73aa9f91b5fc5e)
- fix relative benchmark import, comment out sqltree *(PR
[#&#8203;4403](https://redirect.github.com/tobymao/sqlglot/pull/4403) by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*
-
[`8d78add`](https://redirect.github.com/tobymao/sqlglot/commit/8d78addccaaffa4ea2dcfe1de002f8a653f137b7)
- bump PYO3 to v"0.22.6" *(PR
[#&#8203;4400](https://redirect.github.com/tobymao/sqlglot/pull/4400) by
[@&#8203;MartinSahlen](https://redirect.github.com/MartinSahlen))*
-
[`f78e755`](https://redirect.github.com/tobymao/sqlglot/commit/f78e755adaf52823642d2b0e1cae54da835ec653)
- bump sqlglotrs to v0.2.14 *(commit by
[@&#8203;georgesittas](https://redirect.github.com/georgesittas))*

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ibis-project/ibis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gil Forsyth <gil@forsyth.dev>
  • Loading branch information
renovate[bot] and gforsyth authored Nov 19, 2024
1 parent 7b5c239 commit 18dbfaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"parsy>=2,<3",
"python-dateutil>=2.8.2,<3",
"pytz>=2022.7",
"sqlglot>=23.4,<25.31",
"sqlglot>=23.4,<25.32",
"toolz>=0.11,<2",
"typing-extensions>=4.3.0,<5",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18dbfaf

Please sign in to comment.