Skip to content

Conversation

google-labs-jules[bot]
Copy link
Contributor

@google-labs-jules google-labs-jules bot commented Oct 1, 2025

This PR fixes the issue where the BigQuery unnest function overrides the unnest function for other dialects. I have made the unnest function dialect-specific to BigQuery to avoid these conflicts.

Fixes #882


PR created automatically by Jules for task 13760819514326074521

BigQuery's unnest function implementation overrides and breaks this function for other dialects.

This change makes the unnest function dialect-specific to BigQuery to avoid conflicts with other dialects.
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. labels Oct 1, 2025
@chalmerlowe chalmerlowe changed the title Fix unnest breakage for other dialects Fix: Resolve breakage where the BigQuery Dialect unnest clobbers unnest definitions in other dialects Oct 1, 2025
@chalmerlowe chalmerlowe marked this pull request as ready for review October 1, 2025 12:24
@chalmerlowe chalmerlowe requested review from a team as code owners October 1, 2025 12:24
@chalmerlowe chalmerlowe requested a review from shollyman October 1, 2025 12:24
daniel-sanche
daniel-sanche previously approved these changes Oct 6, 2025
Copy link

@daniel-sanche daniel-sanche left a comment

Choose a reason for hiding this comment

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

I'm not familiar with the details of sqlalchemy, but the changes LGTM

@shollyman shollyman requested review from chalmerlowe and removed request for shollyman October 8, 2025 16:57
@shollyman shollyman assigned chalmerlowe and unassigned yirutang Oct 8, 2025
chalmerlowe
chalmerlowe previously approved these changes Oct 8, 2025
Copy link
Collaborator

@chalmerlowe chalmerlowe left a comment

Choose a reason for hiding this comment

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

LGTM

@chalmerlowe chalmerlowe added the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 8, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 8, 2025
@chalmerlowe chalmerlowe dismissed stale reviews from daniel-sanche and themself via d56c3e4 October 8, 2025 20:39
@chalmerlowe chalmerlowe added the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 8, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 8, 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-sqlalchemy API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigQuery's unnest function implementation overrides and breaks this function for other dialects
4 participants