-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-37928][SQL][TESTS] Add Parquet Data Page V2 test scenario to DataSourceReadBenchmark
#35226
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
Conversation
|
cc @dongjoon-hyun @sunchao @viirya I give this pr to adds a corresponding |
|
I was planning to add these in subsequent PR)s) which includes implementation of the remaining encodings for Parquet V2. |
sunchao
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| val enableOffHeapColumnVector = spark.sessionState.conf.offHeapColumnVectorEnabled | ||
| val vectorizedReaderBatchSize = spark.sessionState.conf.parquetVectorizedReaderBatchSize | ||
| // Decoding in vectorized but having the reader return rows. | ||
| parquetReaderBenchmark |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think we can just put this in the first withParquetVersions above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4611bbd fix this
thanks ~ @parthchandra |
|
Thanks @LuciferYang , merged to master! |
|
thanks all |
|
+1, late LGTM. Thank you all! |
What changes were proposed in this pull request?
This PR adds a corresponding
Parquet Data Page V2test scenario for eachParquet Data Page V1test scenario toDataSourceReadBenchmark.Why are the changes needed?
Add micro benchmark for
Parquet Data Page V2.Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass GA