marton-bod commented on code in PR #3226:
URL: https://github.com/apache/hive/pull/3226#discussion_r854264528
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -104,7 +106,7 @@
public class HiveIcebergStorageHandler implements HiveStoragePredicateHandler,
HiveStorageHandler {
private static final Logger LOG =
LoggerFactory.getLogger(HiveIcebergStorageHandler.class);
- private static final String ICEBERG_URI_PREFIX = "iceberg://";
+ private static final String ICEBERG_URI_PREFIX = "iceberg:/";
Review Comment:
Was this change necessary? I think it's supposed to work like a 'protocol'
that's why there is the double-slash. I think kafka and druid did the same
thing (i.e. `druid://` and `kafka://`)
--
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]