twuebi opened a new pull request, #931: URL: https://github.com/apache/iceberg-go/pull/931
The Parquet writer hardcoded WithDictionaryDefault(false), overriding the arrow-go writer's own default (true) with no way for users to opt back in. Remove the override so the library default applies. This matches Java Iceberg (which removed its equivalent table property in [apache/iceberg#7665](https://github.com/apache/iceberg/issues/7665)) and parquet-java/parquet-cpp defaults. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
