JingsongLi commented on a change in pull request #11481:
[FLINK-13691][Table]Remove deprecated query config
URL: https://github.com/apache/flink/pull/11481#discussion_r400624268
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableConfig.java
##########
@@ -60,7 +61,7 @@
* @see OptimizerConfigOptions
*/
@PublicEvolving
-public class TableConfig {
+public class TableConfig implements Serializable {
Review comment:
Why need `Serializable`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services