hehuiyuan commented on code in PR #21668:
URL: https://github.com/apache/flink/pull/21668#discussion_r1080847440


##########
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:
   when using project push down,the non-partition table is ok ,for case 
testLookupJoinWithLookUpSourceProjectPushDown. But the partition table is error



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

Reply via email to