Skip to content

chore: add compile_join for new compiler #1851

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chelsea-lin
Copy link
Contributor

Fixes internal issue 427501553 🦕

@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 Jun 24, 2025
@chelsea-lin chelsea-lin marked this pull request as ready for review June 24, 2025 23:16
@chelsea-lin chelsea-lin requested review from a team as code owners June 24, 2025 23:16
join_nulls: bool = True,
) -> SQLGlotIR:
"""Joins the current query with another SQLGlotIR instance."""
# TODO: add join_nulls support
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe just throw a NotImplementedError now for join_nulls? Def don't want to forget to implement that flag later on

@GarrettWu GarrettWu removed their assignment Jun 26, 2025
@chelsea-lin chelsea-lin added the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 26, 2025
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 26, 2025
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.

3 participants