comphead commented on code in PR #22026:
URL: https://github.com/apache/datafusion/pull/22026#discussion_r3202953589
##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -535,6 +543,15 @@ impl ParquetMorselizer {
&self,
partitioned_file: PartitionedFile,
) -> Result<PreparedParquetOpen> {
+
validate_supported_virtual_columns(self.table_schema.virtual_columns())?;
+ if self.pushdown_filters
Review Comment:
so if self.pushdown_filters is not set but predicate exists, we dont need
validation?
--
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]