jsbali commented on a change in pull request #2542:
URL: https://github.com/apache/hudi/pull/2542#discussion_r655672894
##########
File path:
hudi-sync/hudi-hive-sync/src/test/java/org/apache/hudi/hive/testutils/HiveTestUtil.java
##########
@@ -120,48 +120,45 @@ public static void setUp() throws IOException,
InterruptedException {
clear();
}
- public static void clear() throws IOException {
+ public static void clear() throws Exception {
fileSystem.delete(new Path(hiveSyncConfig.basePath), true);
HoodieTableMetaClient.withPropertyBuilder()
- .setTableType(HoodieTableType.COPY_ON_WRITE)
- .setTableName(hiveSyncConfig.tableName)
- .setPayloadClass(HoodieAvroPayload.class)
- .initTable(configuration, hiveSyncConfig.basePath);
+ .setTableType(HoodieTableType.COPY_ON_WRITE)
Review comment:
This is the only place where I have left it as is because it was
according to the checkstyle spec.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]