SubhamSinghal commented on code in PR #20370:
URL: https://github.com/apache/datafusion/pull/20370#discussion_r2837492435
##########
datafusion/common/src/file_options/parquet_writer.rs:
##########
@@ -209,6 +209,7 @@ impl ParquetOptions {
coerce_int96: _, // not used for writer props
skip_arrow_metadata: _,
max_predicate_cache_size: _,
+ field_id_read_enabled: _, // not used for writer props
Review Comment:
replaced field_id_read_enabled with field_id_enabled
--
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]