You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the IcebergIO internally uses TableIdentifier#parse and TableIdentifier#toString to encode/decode TableIdentifier. However, parse is using dot as a splitter not allowing cases where table names have dots i.e. default.table.id.
There are several approaches we can take here:
support escaping using ", or ' or even i.edefault."table.id"`
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: