morningman commented on code in PR #10128: URL: https://github.com/apache/incubator-doris/pull/10128#discussion_r896826738
########## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java: ########## @@ -192,6 +194,9 @@ public static String getHiveDataFiles(HiveTable hiveTable, ExprNodeGenericFuncDe // path = "/path/to/partition/file_name" // eg: /home/work/dev/hive/apache-hive-2.3.7-bin/data/warehouse/dae.db/customer/state=CA/city=SanJose/000000_0 String path = fileStatus.getPath().toUri().getPath(); + if (onS3) { Review Comment: Add an example in comment to explain the transformation. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org