Skip to content

Commit d13d28c

Browse files
committed
[FLINK-37856] Rename testGetJsonPlanWithHints to testSourceTableWithHints
Make it obvious that this is about hints in sources.
1 parent c0cde94 commit d13d28c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/CompiledPlanITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void testSourceTableWithHints() {
9696
// compiled plan
9797
+ " /*+ OPTIONS('bounded'='true', 'scan.parallelism'='2') */");
9898

99-
String expected = TableTestUtil.readFromResource("/jsonplan/testGetJsonPlanWithHints.out");
99+
String expected = TableTestUtil.readFromResource("/jsonplan/testSourceTableWithHints.out");
100100
assertThat(getPreparedToCompareCompiledPlan(compiledPlan.asJsonString()))
101101
.isEqualTo(expected);
102102
}

0 commit comments

Comments
 (0)