danny0405 commented on a change in pull request #11340: [Flink 14338] Upgrade Calcite version to 1.22 for Flink SQL URL: https://github.com/apache/flink/pull/11340#discussion_r391532865
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/utils/FlinkRelOptUtil.scala ########## @@ -65,7 +65,7 @@ object FlinkRelOptUtil { */ def toString( rel: RelNode, - detailLevel: SqlExplainLevel = SqlExplainLevel.DIGEST_ATTRIBUTES, + detailLevel: SqlExplainLevel = SqlExplainLevel.EXPPLAN_ATTRIBUTES, Review comment: It is related to to the change of CALCITE-3713, without this change, there would be too much plan diff. Also for the future version Calcite, digest is only for internal use of `Planner`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services