-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Implement some CLI binaries for working with ORC files such as reading schema, getting stats, etc.
Tools to have:
- View footer metadata
- Initial version: datafusion-contrib/datafusion-orc@8537adb
- View stripe metadata (be able to filter specific stripes since can have a lot)
- View statistics
- Indexes, bloom filter stuff, etc.
Also need to ensure these are tested as part of CI
Some references: