-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32346][SQL] Support filters pushdown in Avro datasource #29145
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
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c010a4e
Support row skipping in Avro datasource
MaxGekk ab17bd0
Apply NoopFilters so far
MaxGekk 665865d
Pushdown real filters
MaxGekk 33d9383
Add a benchmark
MaxGekk ad21524
Fix the benchmark
MaxGekk 0ea0ef7
Make timestamp read more expensive
MaxGekk cf083e2
Update AvroReadBenchmark-results.txt
MaxGekk 5c4c177
Update AvroReadBenchmark-jdk11-results.txt
MaxGekk eb0c983
Tests for Avro deserializer
MaxGekk 72022bb
Set JIRA ID in the benchmark
MaxGekk 072eab0
CSVFilters -> OrderedFilters
MaxGekk 7eb3f50
Move config checking from OrderedFilters
MaxGekk dc2f2a7
Add the SQL config spark.sql.avro.filterPushdown.enabled
MaxGekk fdfd2ca
Check the flag spark.sql.avro.filterPushdown.enabled
MaxGekk 92efd4b
Add JIRA id to AvroCatalystDataConversionSuite
MaxGekk 668e497
Add a test to AvroSuite to check the SQL config
MaxGekk fc48d13
Add an assert
MaxGekk 74f8f1b
Add a comment to AvroReadBenchmark
MaxGekk 19e3321
Add comment for nested records
MaxGekk 438e634
Put common code to RowReader
MaxGekk 0756a2d
!isEmpty -> nonEmpty
MaxGekk a20c04c
Remove an unused import
MaxGekk f6b2a9a
Add an assert to skipRow()
MaxGekk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.