JingsongLi commented on a change in pull request #10518: [FLINK-15124][table] 
Fix types with precision defined in DDL can't be executed
URL: https://github.com/apache/flink/pull/10518#discussion_r356413683
 
 

 ##########
 File path: 
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/table/sinks/CsvTableSinkFactoryBase.java
 ##########
 @@ -75,6 +75,8 @@
                properties.add(SCHEMA + ".#." + 
DescriptorProperties.TABLE_SCHEMA_TYPE);
                properties.add(SCHEMA + ".#." + 
DescriptorProperties.TABLE_SCHEMA_DATA_TYPE);
                properties.add(SCHEMA + ".#." + 
DescriptorProperties.TABLE_SCHEMA_NAME);
+               // schema watermark
+               properties.add(SCHEMA + "." + DescriptorProperties.WATERMARK + 
".*");
 
 Review comment:
   So every connector(SourceTableFactory and SinkTableFactory) must has this?
   Kafka not work too?

----------------------------------------------------------------
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

Reply via email to