mbutrovich commented on code in PR #3629:
URL: https://github.com/apache/datafusion-comet/pull/3629#discussion_r3041969015
##########
native/hdfs/src/object_store/hdfs.rs:
##########
@@ -387,7 +321,7 @@ impl ObjectStore for HadoopFileSystem {
drop(parts);
if is_directory {
- common_prefixes.insert(prefix.child(common_prefix));
+
common_prefixes.insert(prefix.clone().join(common_prefix));
Review Comment:
Yep, IIRC there was an API deprecation and it specifically said to do this.
--
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]