snuyanzin commented on code in PR #25186:
URL: https://github.com/apache/flink/pull/25186#discussion_r1711675719
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/CompiledPlanITCase.java:
##########
@@ -417,4 +426,11 @@ private File createSourceSinkTables() throws IOException {
createTestCsvSourceTable("src", DATA, COLUMNS_DEFINITION);
return createTestCsvSinkTable("sink", COLUMNS_DEFINITION);
}
+
+ private String getPreparedToCompareCompiledPlan(final String planAsString)
throws IOException {
+ return TableTestUtil.getPrettyJson(
Review Comment:
in case of pretty json it is much faster to find the diff than in case of
everything in one line...
--
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]