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
Fix parquet statistics for ListingTable and Utf8View with schema_force_string_view, rename config option to schema_force_view_types (#12232)
* chore: move schema_force_string_view upwards to be listed with other reading props
* refactor(12123): have file schema be merged on view types with table schema
* test(12123): test for with, and without schema_force_string_view
* test(12123): demonstrate current upstream failure when reading page stats
* chore(12123): update config.md
* chore: cleanup
* chore(12123): temporarily remove test until next arrow release
* chore(12123): rename all variables to force_view_types
* refactor(12123): make interface ParquetFormat::with_force_view_types public
* chore(12123): rename helper method which coerces the schema (not merging fields)
* chore(12123): add dosc to ParquetFormat to clarify exactly how the view types are used
* test(12123): cleanup tests to be more explicit with ForceViews enum
* test(12123): update tests to pass now that latest arrow-rs release is in
* fix: use proper naming on benchmark
0 commit comments