xushiyan commented on a change in pull request #3430:
URL: https://github.com/apache/hudi/pull/3430#discussion_r684710285
##########
File path:
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/TestHiveSyncTool.java
##########
@@ -122,117 +116,6 @@ public void teardown() throws Exception {
HiveTestUtil.clear();
}
- /**
- * Testing converting array types to Hive field declaration strings.
- * <p>
- * Refer to the Parquet-113 spec:
https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists
- */
- @Test
- public void testSchemaConvertArray() throws IOException {
Review comment:
this and 2 tests below already moved to
org.apache.hudi.hive.util.TestHiveSchemaUtil. These were added back due to auto
merge during rebase probably.
--
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]