1
0

[HUDI-346] Set allowMultipleEmptyLines to false for EmptyLineSeparator rule (#1025)

This commit is contained in:
谢磊
2019-11-19 18:44:42 +08:00
committed by leesf
parent 66492498f7
commit 804e348d0e
82 changed files with 5 additions and 108 deletions

View File

@@ -157,7 +157,6 @@ public class HiveSyncTool {
}
}
/**
* Syncs the list of storage parititions passed in (checks if the partition is in hive, if not adds it or if the
* partition path does not match, it updates the partition path)

View File

@@ -234,7 +234,6 @@ public class HoodieHiveClient {
return events;
}
/**
* Scan table partitions
*/
@@ -531,8 +530,6 @@ public class HoodieHiveClient {
return responses;
}
private void createHiveConnection() {
if (connection == null) {
try {

View File

@@ -132,7 +132,6 @@ public class SchemaUtil {
return false;
}
/**
* Returns equivalent Hive table schema read from a parquet file
*
@@ -296,7 +295,6 @@ public class SchemaUtil {
return finalStr;
}
private static String hiveCompatibleFieldName(String fieldName, boolean isNested) {
String result = fieldName;
if (isNested) {

View File

@@ -148,7 +148,6 @@ public class TestHiveSyncTool {
assertEquals("`map_list` ARRAY< MAP< string, int>>", schemaString);
}
@Test
public void testBasicSync() throws Exception {
TestUtil.hiveSyncConfig.useJdbc = this.useJdbc;

View File

@@ -218,8 +218,6 @@ public class HiveTestService {
// XXX: From org.apache.hadoop.hive.metastore.HiveMetaStore,
// with changes to support binding to a specified IP address (not only 0.0.0.0)
private static final class ChainedTTransportFactory extends TTransportFactory {
private final TTransportFactory parentTransFactory;
@@ -236,7 +234,6 @@ public class HiveTestService {
}
}
private static final class TServerSocketKeepAlive extends TServerSocket {
public TServerSocketKeepAlive(int port) throws TTransportException {