MyqueWooMiddo commented on issue #1215:
URL: https://github.com/apache/sedona/issues/1215#issuecomment-1933480999

   in "org.apache.spark.sql.sedona_sql.io.raster.RasterFileFormat.scala"
   val out = hfs.create(new Path(Paths.get(savePath, new 
Path(rasterFilePath).getName).toString))
    => 
   val out = hfs.create(new Path(savePath, new Path(rasterFilePath).getName))
   will solve the problem
   
   Paths.get should not be used in FileSystem implements


-- 
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: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to