XuPingyong commented on issue #8764:  
[FLINK-12798][table-planner][table-api-java] Port TableEnvironment to 
table-api-java module
URL: https://github.com/apache/flink/pull/8764#issuecomment-503033193
 
 
   Thanks @dawidwys , for batch sql, we want to change some configurations of 
StreamExecutionEnvironment, for example:
   1. checkpoint config,  there is no need for batch job to barrier buffer 
handling.
   2. water mark config 
    and so on.
   
   If we change configuration of streamEnv for batch jobs, errors will happen 
if it is reused for streaming jobs.  What do you think about this configuration 
diff between batch and streaming jobs?

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