Github user fhueske commented on a diff in the pull request:
https://github.com/apache/flink/pull/5240#discussion_r164126202
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/exceptions.scala
---
@@ -39,6 +39,9 @@ case class SqlParserException(
/**
* General Exception for all errors during table handling.
+ *
+ * This exception indicates that an internal error occurred or the
feature is not fully
--- End diff --
"This exception indicates that an internal error occurred or that a feature
is not supported yet. Usually, this exception does not indicate a fault of the
user."
---