-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency sqlglot to >=23.4,<23.10 #8787
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
8cdaf70
to
8b057b7
Compare
Ironing out some issues with BigQuery and sqlglot moving |
Failing clickhouse test is fixed here: #8955 |
a9c7cfc
to
92eef73
Compare
ibis/backends/clickhouse/tests/snapshots/test_functions/test_column_regexp_extract/out.sql
Show resolved
Hide resolved
Whoops I think I just killed the cloud jobs 😬 |
Snowflake is passing:
|
Apparently `\d+` and `\\d+` are equivalent in ClickHouse
This might not be sufficient for all regexes, but now sqlgot now stores unescaped strings and then escapes them during generation, which for the `Flink(Hive)` case meant doubling up backslashes on `\\d`
5af95db
to
6bbdae9
Compare
Clouds are passing: BigQuery
Snowflake
|
Merging on green. |
This PR contains the following updates:
>=22.5,<23.1
->>=22.5,<23.3
Release Notes
tobymao/sqlglot (sqlglot)
v23.2.0
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.