adriangb commented on code in PR #15057:
URL: https://github.com/apache/datafusion/pull/15057#discussion_r1994289815


##########
datafusion/datasource-parquet/src/source.rs:
##########
@@ -394,6 +389,26 @@ impl ParquetSource {
         self
     }
 
+    /// Return the optional filter expression rewriter factory
+    pub fn filter_expression_rewriter_factory(
+        &self,
+    ) -> Option<&Arc<dyn FileExpressionRewriter>> {
+        self.filter_expression_rewriter.as_ref()
+    }
+
+    /// Set optional filter expression rewriter.
+    ///
+    /// [`FileExpressionRewriter`] allows users to specify how filter

Review Comment:
   ```suggestion
       /// [`FileExpressionRewriter`] allows specifying how filter
   ```



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