kevinjqliu commented on PR #2291: URL: https://github.com/apache/iceberg-python/pull/2291#issuecomment-3192881850
Caught up with @mccormickt12 offline Here's the issue right now: `HadoopFileSystem` currently supports `location` string with the `hdfs://` prefix. However, `/path/to/file` is also a valid `location` string. Right now, `parse_location` assumes that any `location` string without `scheme` is handled by the LocalFilesystem and we even add the `file` scheme https://github.com/apache/iceberg-python/blob/a7f6c0869182017abf0e28ba57894ec52b79044a/pyiceberg/io/pyarrow.py#L395-L399 We need to also support `/path/to/file` as valid paths for the HadoopFileSystem 👍 -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org