snuyanzin commented on code in PR #25186:
URL: https://github.com/apache/flink/pull/25186#discussion_r1711690657
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/CompiledPlanITCase.java:
##########
@@ -80,17 +80,25 @@ protected void setup() throws Exception {
@Test
void testCompilePlanSql() throws IOException {
CompiledPlan compiledPlan =
- tableEnv.compilePlanSql("INSERT INTO MySink SELECT * FROM
MyTable");
+ tableEnv.compilePlanSql(
Review Comment:
added `testSourceTableWithHints`
--
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]