HanumathRao commented on code in PR #3480:
URL: https://github.com/apache/calcite/pull/3480#discussion_r1374440499


##########
core/src/main/resources/org/apache/calcite/runtime/CalciteResource.properties:
##########
@@ -63,6 +63,8 @@ IncompatibleValueType=Values passed to {0} operator must have 
compatible types
 IncompatibleTypesInList=Values in expression list must have compatible types
 IncompatibleCharset=Cannot apply {0} to the two different charsets {1} and {2}
 InvalidOrderByPos=ORDER BY is only allowed on top-level SELECT
+RecursiveWithMustHaveUnionSetOp=A recursive query only supports UNION [ALL] 
operator

Review Comment:
   These errors are protected by "Object not found", currently it is very hard 
to hit these errors but I thought it is good to protect code path in regards to 
any future changes with scope etc.
   
   Please let me know if you think these are redundant, then I can remove them.



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