zhangfengcdt commented on PR #1823: URL: https://github.com/apache/sedona/pull/1823#issuecomment-2679803602
> @zhangfengcdt @Kontinuation I think we probably ran into this ` val path = new Path(new URI(file.filePath.toString()))` issue? I think 3.3 and >3.4.0 should be good bacause the changes are: https://javadoc.io/static/org.apache.spark/spark-sql_2.12/3.3.2/org/apache/spark/sql/execution/datasources/PartitionedFile.html https://javadoc.io/static/org.apache.spark/spark-sql_2.12/3.5.0/org/apache/spark/sql/execution/datasources/PartitionedFile.html The filePath.toString() shild all return the current URI string. -- 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]
