ziqiang-wang commented on issue #1856:
URL: 
https://github.com/apache/incubator-streampark/issues/1856#issuecomment-1280386909

   # 错误原因
   table.exec.emit.early-fire.enabled
   table.exec.emit.early-fire.delay
   我在 flink 官网和 flink 源码中搜索了这两个配置参数,均没有搜索到,不过查阅一些博客时,查到了这两个参数,说明这两个参数是可用的。
   咱们的平台中,设置了对 set 的参数 key 的校验,但是由于源码的那些 options 类中并没有这两个参数,所以平台直接报错了。
   
   # 修复方案
   我建议的修复方案为:直接去掉对用户 sql 语句中 set 后面 key 是否合法的校验,看是否可行。
   @wolfboys 
   
   
---------------------------------------------------------------------------------------------
   
   # Reason for error
   
   table.exec.emit.early-fire.enabled
   
   table.exec.emit.early-fire.delay
   
   I searched for these two parameters in the flink official website and flink 
source code, and found none. However, when I checked some blogs, I found these 
two parameters, indicating that these two parameters are available.
   
   Our platform, set to the set parameter key verification, but because the 
source code of those options classes do not have these two parameters, so the 
platform directly reported an error.
   
   
   
   # Fix Solution
   
   My suggested solution is: directly remove the verification of the key after 
the set in the user sql statement to see if it is feasible.
   
    


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

Reply via email to