Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 565bb97

Browse filesBrowse files
committed
fix checkstyle
1 parent 7ca7988 commit 565bb97
Copy full SHA for 565bb97

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClientHelper.java

Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreClientHelper.java
+2-1
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@ public static HoodieTableMetaClient getHudiClient(HMSExternalTable table) {
838838
String hudiBasePath = table.getRemoteTable().getSd().getLocation();
839839
Configuration conf = getConfiguration(table);
840840
HadoopStorageConfiguration hadoopStorageConfiguration = new HadoopStorageConfiguration(conf);
841-
return ugiDoAs(conf, () -> HoodieTableMetaClient.builder().setConf(hadoopStorageConfiguration).setBasePath(hudiBasePath).build());
841+
return ugiDoAs(conf, () -> HoodieTableMetaClient.builder().setConf(hadoopStorageConfiguration)
842+
.setBasePath(hudiBasePath).build());
842843
}
843844

844845
public static Configuration getConfiguration(HMSExternalTable table) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.