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

Handle select * case in columnar batch read from Spark #263

Merged
merged 8 commits into from
Nov 6, 2020

Conversation

mingjialiu
Copy link
Collaborator

@mingjialiu mingjialiu commented Nov 5, 2020

This PR fixes the failure that happens with select * queries when columnar batch read is enabled. Without this fix, TPC-DS queries including 72, 21,.. will fail.

This can be reproed with SELECT * and spark-bigquery-with-dependencies jar released after PR : #237 (which enabled arrow format in V2)

Test : added 1 integration test case

@davidrabinowitz
Copy link
Member

Thanks! Can you please add an integration test testing this?

@davidrabinowitz
Copy link
Member

/gcbrun

@davidrabinowitz davidrabinowitz merged commit 4c2ec94 into GoogleCloudDataproc:master Nov 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants