XiangpengHao commented on code in PR #11861:
URL: https://github.com/apache/datafusion/pull/11861#discussion_r1706443973
##########
datafusion/core/src/datasource/file_format/parquet.rs:
##########
@@ -493,6 +499,7 @@ async fn fetch_statistics(
pub fn statistics_from_parquet_meta_calc(
metadata: &ParquetMetaData,
table_schema: SchemaRef,
+ force_string_view: bool,
Review Comment:
This is not super elegant as we need to pass this config deep into the
implementations. But I don't have a better way to do this.
--
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]