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


##########
datafusion/datasource-parquet/src/opener/mod.rs:
##########
@@ -3761,4 +3761,109 @@ mod test {
             assert_eq!(rows, 5);
         }
     }
+
+    /// Filters on struct fields (`s['x'] = 200`) must still be applied when 
the
+    /// table schema disagrees with the physical file schema, which forces the
+    /// expression adapter to insert a cast.
+    ///
+    /// See <https://github.com/apache/datafusion/issues/24109>.
+    mod struct_field_pushdown {

Review Comment:
   Prefer SLT tests if possible



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