lihaosky commented on code in PR #27108:
URL: https://github.com/apache/flink/pull/27108#discussion_r2504592008


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/stream/table/MLPredictITCase.java:
##########
@@ -156,6 +159,23 @@ public void testPredictWithConstantValues() {
                 .containsExactlyInAnyOrder(Row.of(1L, "x1", 1, "z1"), 
Row.of(2L, "x2", 2, "z2"));
     }
 
+    @Test
+    public void testPredictTableApiWithView() {

Review Comment:
   Addressed one of Shengkai's comment to test createView table api



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