walterddr commented on a change in pull request #7607: [FLINK-10076][table] Upgrade Calcite dependency to 1.18 URL: https://github.com/apache/flink/pull/7607#discussion_r259562107
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/plan/schema/TimeIndicatorRelDataType.scala ########## @@ -34,6 +34,8 @@ class TimeIndicatorRelDataType( originalType.getSqlTypeName, originalType.getPrecision) { + override def computeDigest(): Unit = this.digest = toString Review comment: oops missed this one. will make the final change along with the CALCITE JIRA id ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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