godfreyhe commented on issue #11317: [FLINK-16433][table-api] 
TableEnvironmentImpl doesn't clear…
URL: https://github.com/apache/flink/pull/11317#issuecomment-597071056
 
 
   I think there are two kinds of failures, one is the inevitable failure (e.g. 
type mismatch), the other is the accidental failure (e.g. catalog may be not 
accessible). For the first case, if the buffer does not cleared, the 
`TableEnvironment` can not execute more queries. and this kind of failure need 
users to solve.  For the second case, re-executing `translate`  may be success, 
but I think the probability of this kind of failure is very small. 
   In general, I agree with @lirui-apache and @JingsongLi 

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