iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Override obsolete methods in flink

Open hunter-cloud09 opened this issue 2 years ago • 1 comments

Feature Request / Improvement

In Flink Sink, some classes are still using methods that have been abandoned in flink, such as Table Schema. I think this method should be overridden, change Table Schema to Schema, and use Schema.from Resolved Schema or Table Schema.to Schema replace

Query engine

Flink

hunter-cloud09 avatar Sep 21 '22 03:09 hunter-cloud09

image Is it better to use Schema abstraction in the first red box?

hunter-cloud09 avatar Sep 21 '22 05:09 hunter-cloud09