ShashidharM0118 commented on code in PR #19405:
URL: https://github.com/apache/datafusion/pull/19405#discussion_r2636777250


##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -988,6 +988,171 @@ mod test {
     use parquet::arrow::ArrowWriter;
     use parquet::file::properties::WriterProperties;
 
+    /// Builder for creating [`ParquetOpener`] instances with sensible 
defaults for tests.
+    /// This helps reduce code duplication and makes it clear what differs 
between test cases.
+    struct ParquetOpenerBuilder {
+        store: Option<Arc<dyn ObjectStore>>,
+        file_schema: Option<SchemaRef>,
+        table_schema: Option<TableSchema>,

Review Comment:
   Thanks for pointing that out.



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

Reply via email to