Uh oh!
There was an error while loading. Please reload this page.
feat: enable SQLGlot compiler as default - #2248
Closed
chelsea-lin wants to merge 2 commits into
Closed
Conversation
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
November 11, 2025 00:22
7a011e1 to
d634b06Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
November 12, 2025 20:59
d634b06 to
c90c084Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
November 24, 2025 23:12
c90c084 to
eb8e92cComparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
2 times, most recently
from
November 25, 2025 21:49
689b4e4 to
39096e5Compare
This was referenced Nov 25, 2025
chelsea-lin added a commit
that referenced
this pull request
Nov 26, 2025
This change aims to fix the `test_timestamp_series_diff_agg` test failing in #2248. Fixes internal issue 417774347 🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
November 26, 2025 23:28
39096e5 to
2f63b1fComparechelsea-lin added a commit
that referenced
this pull request
Dec 1, 2025
This change aims to fix some string-related tests failing in #2248. Fixes internal issue 417774347🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
December 15, 2025 05:52
2f63b1f to
6d1b653Comparechelsea-lin added a commit
that referenced
this pull request
Dec 16, 2025
This change aims to fix some string-related tests failing in #2248. Fixes internal issue 417774347🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
December 16, 2025 02:41
6d1b653 to
82ac904Compare
This was referenced Dec 17, 2025
shuoweil pushed a commit
that referenced
this pull request
Dec 17, 2025
This change aims to fix some string-related tests failing in #2248. Fixes internal issue 417774347 🦕
tswast pushed a commit
that referenced
this pull request
Dec 19, 2025
This change can resolve three doctests failures in #2248: - Added `to_json` support to the compiler backend. - Fixed minor bugs on AI ops - Fixed minor bugs on windows compiler Fixes internal issue 417774347 🦕
chelsea-lin added a commit
that referenced
this pull request
Jan 15, 2026
This change fixes several aggregation-related test failures in #2248 by including the following operators: - `agg_ops.DiffOp`: Fixes test_date_series_diff_agg - `agg_ops.AllOp/AnyOp`: Fixes test_list_apply_callable - `agg_ops.QuantileOp`: Fixes test_dataframe_aggregates_median - `agg_ops.ProductOp`: Fixes test_dataframe_groupby_analytic Fixes internal issue 417774347 🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
January 16, 2026 06:46
3972dc7 to
f900cdbComparechelsea-lin added a commit
that referenced
this pull request
Jan 21, 2026
This change fixes several numeric_ops test failures in #2248 Fixes internal issue 417774347 🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
January 23, 2026 17:51
6adb0e1 to
3325427Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
January 27, 2026 22:57
3325427 to
d370151Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
2 times, most recently
from
February 2, 2026 22:36
426b6a3 to
c31a9d7Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
2 times, most recently
from
February 10, 2026 18:58
34eb4fb to
5a146b3Comparechelsea-lin added a commit
that referenced
this pull request
Feb 17, 2026
This change fixes the`test_read_gbq_w_ambigous_name` failures in #2248 Fixes internal issue 417774347 🦕
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
February 18, 2026 22:59
2db43e5 to
5c0a461Comparechalmerlowe
commented
Mar 2, 2026
Migration Notice: This library is moving to the google-cloud-python monorepo soon. We closed this PR due to inactivity to ensure a clean migration. Please re-open this work in the new monorepo once the migration is complete! |
chelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
2 times, most recently
from
March 10, 2026 22:02
b7453ea to
67210d9Comparechelsea-linforce-pushed
the
main_chelsealin_enablesqlglot2
branch
from
March 16, 2026 17:12
67210d9 to
e3511d7Comparetswast
commented
Apr 1, 2026
Collaborator
Closing. Let's move this over to https://github.com/googleapis/google-cloud-python once googleapis/google-cloud-python#16493 merges. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes internal issue 417774347🦕