slfan1989 opened a new pull request, #6987: URL: https://github.com/apache/iceberg/pull/6987
Flink1.16 `TableSchema` is Deprecated, I will use `ResolvedSchema` instead. `TableSchema` ``` A table schema that represents a table's structure with field names and data types. Deprecated This class has been deprecated as part of FLIP-164. It has been replaced by two more dedicated classes Schema and ResolvedSchema. Use Schema for declaration in APIs. ResolvedSchema is offered by the framework after resolution and validation. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
