yuchuanchen commented on code in PR #21563:
URL: https://github.com/apache/flink/pull/21563#discussion_r1067641230
##########
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveTableSourceITCase.java:
##########
@@ -447,6 +447,51 @@ public void testProjectionPushDown() throws Exception {
}
}
+ @Test
+ public void testReadParquetNestedPushdown() throws Exception {
Review Comment:
lookup projection pushdown is not supported when using Hive table as lookup
table, but it is supported when using Hive table as scan table.
--
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]