mihaibudiu commented on code in PR #4683:
URL: https://github.com/apache/calcite/pull/4683#discussion_r2615998712


##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -268,6 +268,7 @@ SelectMissingFrom=SELECT must have a FROM clause
 SelectStarRequiresFrom=SELECT * requires a FROM clause
 SelectExcludeRequiresStar=EXCLUDE clause must follow a STAR expression
 SelectStarExcludeListContainsUnknownColumns=SELECT * EXCLUDE list contains 
unknown column(s): {0}
+SelectStarExcludeCannotExcludeAllColumns=SELECT * EXCLUDE list cannot exclude 
all columns

Review Comment:
   So once you merge the EXCLUDE/EXCEPT PR you will change this error?



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