SteNicholas commented on code in PR #970: URL: https://github.com/apache/incubator-paimon/pull/970#discussion_r1173335542
########## paimon-hive/paimon-hive-connector-common/src/test/java/org/apache/paimon/hive/HiveTableSchemaTest.java: ########## @@ -44,49 +45,66 @@ public class HiveTableSchemaTest { private static final RowType ROW_TYPE = new RowType( Arrays.asList( - new DataField(0, "a", DataTypes.INT(), "first comment"), - new DataField(1, "b", DataTypes.STRING(), "second comment"), - new DataField(2, "c", DataTypes.DECIMAL(5, 3), "last comment"))); + new DataField(0, "col1", DataTypes.INT(), "first comment"), Review Comment: No need to change. -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org