luoyuxia commented on code in PR #22230:
URL: https://github.com/apache/flink/pull/22230#discussion_r1143004578


##########
flink-connectors/flink-connector-hive/src/test/java/org/apache/flink/table/catalog/hive/HiveCatalogHiveMetadataTest.java:
##########
@@ -266,7 +266,7 @@ void testCreateTableWithConstraints() throws Exception {
                         Arrays.asList(
                                 Column.physical("x", 
DataTypes.INT().notNull()),
                                 Column.physical("y", 
DataTypes.TIMESTAMP(9).notNull()),
-                                Column.physical("z", 
DataTypes.BIGINT().notNull())),

Review Comment:
   `Assume.assumeTrue(HiveVersionTestUtil.HIVE_310_OR_LATER);`
   The test only runs when the it's hive3+. The ci of pr won't run with Hive3. 
It only runs with Hive3 nightly.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to