Skip to content

refactor: remove the googlesql module#2482

Merged
chelsea-lin merged 2 commits intomainfrom
main_chelsealin_googlesql
Mar 2, 2026
Merged

refactor: remove the googlesql module#2482
chelsea-lin merged 2 commits intomainfrom
main_chelsealin_googlesql

Conversation

@chelsea-lin
Copy link
Contributor

Fixes internal issue 488047595🦕

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Feb 26, 2026
@chelsea-lin chelsea-lin requested a review from sycai February 26, 2026 18:44
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_googlesql branch 2 times, most recently from f3d2601 to 7d5566b Compare February 26, 2026 19:19
@chelsea-lin chelsea-lin marked this pull request as ready for review February 26, 2026 21:07
@chelsea-lin chelsea-lin requested review from a team as code owners February 26, 2026 21:07
@chelsea-lin chelsea-lin force-pushed the main_chelsealin_googlesql branch 2 times, most recently from 6d6a38e to 83c726f Compare February 27, 2026 22:01
@chalmerlowe
Copy link

📢 Migration Notice: 📢 This library is moving to the google-cloud-python monorepo soon.

We kept this PR open due to recent activity. We would like to finalize this PR so it can be merged if it is critical.

If we don't hear from the PR author, we will close this PR in the next few days. The PR can then be re-opened in the monorepo once the migration is complete and work can continue there.

import google.cloud.bigquery.table

import bigframes.core.compile.googlesql as googlesql
import bigframes.core.compile.sqlglot.sqlglot_ir as sqlglot_ir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: This import aliasing is unnecessary. Maybe we could just

from bigframes.core.compile.sqlglot import sqlglot_ir

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks!

@chelsea-lin chelsea-lin force-pushed the main_chelsealin_googlesql branch from 83c726f to 12ab4ec Compare March 2, 2026 18:25
@chelsea-lin chelsea-lin requested a review from sycai March 2, 2026 18:25
@chelsea-lin chelsea-lin enabled auto-merge (squash) March 2, 2026 18:27
@chelsea-lin chelsea-lin merged commit 34f76c7 into main Mar 2, 2026
21 of 25 checks passed
@chelsea-lin chelsea-lin deleted the main_chelsealin_googlesql branch March 2, 2026 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants