KurtYoung commented on a change in pull request #10105:
[Flink-14599][table-planner-blink] Support precision of TimestampType in blink
planner
URL: https://github.com/apache/flink/pull/10105#discussion_r345654222
##########
File path: flink-table/flink-table-runtime-blink/pom.xml
##########
@@ -74,6 +74,67 @@ under the License.
<version>${janino.version}</version>
</dependency>
+ <!-- Use TimestampString to cover CAST TIMESTAMP to STRING -->
+ <dependency>
+ <groupId>org.apache.calcite</groupId>
+ <artifactId>calcite-core</artifactId>
Review comment:
I recalled depending on calcite in different places introduced some
packaging problems during 1.9.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services