You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorganize table providers by table format (apache#1010)
* [feat] stubs for provider re-organization
* [feat] implement infer_schema to make test pass
* [wip] trying to implement pruned_partition_list
* [typo]
* [fix] replace enum with trait for extensibility
* [fix] add partition cols to infered schema
* [feat] forked file format executors
avro still missing
* [doc] comments about why we are flattening
* [test] migrated tests to file formats
* [test] improve listing test
* [feat] add avro to refactored format providers
* [fix] remove try from new when unnecessary
* [fix] remove try_ from ListingTable new
* [refacto] renamed format module to file_format
also removed statistics from the PartitionedFile abstraction
* [fix] removed Ballista stubs
* [fix] rename create_executor
* [feat] added store
* [fix] Clippy
* [test] improve file_format tests with limit
* [fix] limit file system read size
* [fix] avoid fetching unnecessary stats after limit
* [fix] improve readability
* [doc] improve comments
* [refacto] keep async reader stub
* [doc] cleanup comments
* [test] test file listing
* [fix] add last_modified back
* [refacto] simplify csv reader exec
* [refacto] change SizedFile back to FileMeta
* [doc] comment clarification
* [fix] avoid keeping object store as field
* [refacto] grouped params to avoid too_many_arguments
* [fix] get_by_uri also returns path
* [fix] ListingTable at store level instead of registry
* [fix] builder take self and not ref to self
* Replace file format providers (#2)
* [fix] replace file format providers in datafusion
* [lint] clippy
* [fix] replace file format providers in ballista
* [fix] await in python wrapper
* [doc] clearer doc about why sql() is async
* [doc] typos and clarity
* [fix] missing await after rebase
0 commit comments