apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.25k stars 2.17k forks source link

Restrict generated locations to URI syntax #10168

Open dimas-b opened 5 months ago

dimas-b commented 5 months ago

Feature Request / Improvement

It is possible to make Iceberg produce S3 (as an example) locations that violate URI syntax.

Granted that existing Iceberg code works fine with that, it would be nice for Iceberg to stay within the URI syntax when producing data file locations (e.g. transforming partition column names and values to set of chars permitted in URI).

The general rationale for this request is to increase interoperability.

Query engine

N/A

ajantha-bhat commented 5 months ago

Assigned the milestone "Iceberg V3 spec" milestone as discussed on community sync.