morningman commented on code in PR #30761:
URL: https://github.com/apache/doris/pull/30761#discussion_r1476076675
##########
fe/fe-core/src/main/java/org/apache/doris/planner/external/iceberg/IcebergScanNode.java:
##########
@@ -356,7 +356,9 @@ private String normalizeLocation(String location) {
if ("hadoop".equalsIgnoreCase(icebergCatalogType)) {
if (!location.startsWith(HdfsResource.HDFS_PREFIX)) {
String fsName = props.get(HdfsResource.HADOOP_FS_NAME);
Review Comment:
only need to handle location with no scheme?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]