[
https://issues.apache.org/jira/browse/HUDI-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395453#comment-17395453
]
ASF GitHub Bot commented on HUDI-1939:
--------------------------------------
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]
> Replace joda-time api to new jdk8 time api
> ------------------------------------------
>
> Key: HUDI-1939
> URL: https://issues.apache.org/jira/browse/HUDI-1939
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Xuedong Luan
> Assignee: Xuedong Luan
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.9.0
>
>
> remove the usage of joda-time api and use the new jdk8 time api
--
This message was sent by Atlassian Jira
(v8.3.4#803005)