comphead commented on code in PR #1359: URL: https://github.com/apache/datafusion-comet/pull/1359#discussion_r1936551696
########## native/core/src/execution/planner.rs: ########## @@ -1220,7 +1217,7 @@ impl PhysicalPlanner { // TODO: I think we can remove partition_count in the future, but leave for testing. assert_eq!(file_groups.len(), partition_count); - let object_store_url = ObjectStoreUrl::local_filesystem(); + let object_store_url = ObjectStoreUrl::parse("hdfs://namenode:9000").unwrap(); Review Comment: Thanks @parthchandra it is already fixed. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org