tustvold commented on code in PR #4712:
URL: https://github.com/apache/arrow-datafusion/pull/4712#discussion_r1055697092


##########
parquet-test-utils/src/lib.rs:
##########
@@ -58,6 +58,16 @@ pub struct ParquetScanOptions {
     pub enable_page_index: bool,
 }
 
+impl ParquetScanOptions {
+    /// Returns a [`SessionConfig`] with the given options
+    pub fn config(&self) -> SessionConfig {
+        SessionConfig::new()

Review Comment:
   I debated simply removing `ParquetScanOptions` in favour of `SessionConfig` 
but figured this PR was large enough as it was



-- 
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]

Reply via email to