luoyuxia commented on code in PR #22230: URL: https://github.com/apache/flink/pull/22230#discussion_r1142930500
########## 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: Seems it's changed in this [pr](https://github.com/apache/flink/pull/21522/files#diff-9725c1745d0c1aa78f5bfa75c771a175ee68576bb7ee0e8400cd8fa616e0aa9bR269) by mistake. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org