Who is this feature for?
Table topic users
What problem are they facing today?
When the Topic or Column name contains hyphens, the generated table schema may not be compatible with mainstream computing engines.
For example, when the Topic name contains hyphens, you cannot select correctly, 'select * from iceberg sink.leon-test limit 100; This statement is not considered a valid query by presto.
Why is solving this impactful?
TODO
Proposed solution
TODO
Additional notes
No response