You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/07/22 17:36:49 UTC

[GitHub] [flink] sjwiesman commented on a change in pull request #12957: [FLINK-18500][table] Make the legacy planner exception more clear whe…

sjwiesman commented on a change in pull request #12957:
URL: https://github.com/apache/flink/pull/12957#discussion_r458966544



##########
File path: flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/ParserImpl.java
##########
@@ -83,6 +83,6 @@ public UnresolvedIdentifier parseIdentifier(String identifier) {
 
 	@Override
 	public ResolvedExpression parseSqlExpression(String sqlExpression, TableSchema inputSchema) {
-		throw new UnsupportedOperationException();
+		throw new UnsupportedOperationException("Computed column is only supported by Blink planner.");

Review comment:
       ```suggestion
   		throw new UnsupportedOperationException("Computed columns is only supported by the Blink planner.");
   ```




----------------------------------------------------------------
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:
users@infra.apache.org