You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/19 14:10:11 UTC

[GitHub] twalthr commented on a change in pull request #7607: [FLINK-10076][table] Upgrade Calcite dependency to 1.18

twalthr 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_r258050084
 
 

 ##########
 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:
   Remove `this.digest = `

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services