alamb commented on code in PR #10701: URL: https://github.com/apache/datafusion/pull/10701#discussion_r1624969150
########## datafusion/core/src/datasource/physical_plan/parquet/mod.rs: ########## @@ -143,6 +145,12 @@ pub use writer::plan_to_parquet; /// custom reader is used, it supplies the metadata directly and this parameter /// is ignored. [`ParquetExecBuilder::with_metadata_size_hint`] for more details. /// +/// * External indexes: you can use custom external indexes to control exactly Review Comment: This is the new feature of ParquetExec: provide a custom external index -- 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]
