-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
IcebergIOIcebergIO: can only be used through ManagedIOIcebergIO: can only be used through ManagedIOP2awaiting triageiojavanew feature
Milestone
Description
What would you like to happen?
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 eveni.edefault."table.id"` - use Iceberg json representation https://github.com/apache/iceberg/blob/36140b819c60743b39176e28a63ab588df445329/core/src/main/java/org/apache/iceberg/catalog/TableIdentifierParser.java#L37-L40
I have a draft proposal using 2. #33293
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
- Component: Python SDK
- Component: Java SDK
- Component: Go SDK
- Component: Typescript SDK
- Component: IO connector
- Component: Beam YAML
- Component: Beam examples
- Component: Beam playground
- Component: Beam katas
- Component: Website
- Component: Infrastructure
- Component: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner
Metadata
Metadata
Assignees
Labels
IcebergIOIcebergIO: can only be used through ManagedIOIcebergIO: can only be used through ManagedIOP2awaiting triageiojavanew feature