[Feature Request]: Add support for Iceberg table identifiers with special characters #33292
Closed
2 of 17 tasks
Labels
Milestone
What would you like to happen?
Currently, the IcebergIO internally uses
TableIdentifier#parse
andTableIdentifier#toString
to encode/decodeTableIdentifier
. However,parse
is usingdot
as a splitter not allowing cases where table names have dots i.e.default.table.id
.There are several approaches we can take here:
"
, or'
or eveni.e
default."table.id"`I have a draft proposal using 2. #33293
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: