Skip to content
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

Projection with query pass-through function may return incorrect result in BigQuery connector #19570

Closed
ebyhr opened this issue Oct 30, 2023 · 0 comments · Fixed by #19698
Closed
Assignees
Labels
bug Something isn't working correctness

Comments

@ebyhr
Copy link
Member

ebyhr commented Oct 30, 2023

The following query should return 2.

select y from ( select x , y ,z from table(bigquery.system.query(query => 'select 1 x, 2 y, 3 z')));
 y
---
 1
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctness
2 participants