luoyuxia commented on code in PR #21668:
URL: https://github.com/apache/flink/pull/21668#discussion_r1073351578
##########
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/HiveLookupJoinITCase.java:
##########
@@ -378,6 +378,31 @@ public void
testLookupJoinWithLookUpSourceProjectPushDown() throws Exception {
assertEquals("[+I[1, a], +I[2, b], +I[3, c]]", results.toString());
}
+ @Test
+ public void testLookupJoinPartitionTableWithLookUpSourceProjectPushDown()
throws Exception {
Review Comment:
Also, could you please update the title of the pr to be more clear? some
thing like
`[FLINK-30679][hive]Fix IndexOutOfBoundsException for Hive lookup join when
column pushdown to Hive lookup table source`
--
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]