lirui-apache commented on a change in pull request #10401: [FLINK-15020][hive] Support timestamp type in hive URL: https://github.com/apache/flink/pull/10401#discussion_r353717635
########## File path: flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/connectors/hive/TableEnvHiveConnectorTest.java ########## @@ -328,6 +330,31 @@ public void testNotNullConstraints() throws Exception { } } + @Test + public void testTimestamp() throws Exception { Review comment: Added test in `testDifferentFormats ` but there's some issue with the vectorized ORC reader, so I temporarily turned off the reader. Please have a look. ---------------------------------------------------------------- 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