The GitHub Actions job "Python CI" on 
iceberg-python.git/feat/s3-access-point-support has succeeded.
Run started by GitHub user JannicCutura (triggered by JannicCutura).

Head commit for run:
1afff77e6598f9310b675435575ae54a8bb824f9 / JannicCutura 
<[email protected]>
fix: preserve original path for non-S3 schemes in access point resolution

The _resolve_s3_access_point method was incorrectly constructing paths
for non-S3 schemes (like local files) by concatenating netloc and path_suffix.
This caused issues when local paths had double slashes (e.g., //tmp/...) because
urlparse interprets these as network paths with netloc.

Now the method takes the original path from parse_location as a parameter
and returns it unchanged for non-S3 schemes, ensuring local file operations
work correctly.

Report URL: https://github.com/apache/iceberg-python/actions/runs/21560152331

With regards,
GitHub Actions via GitBox

Reply via email to