kramerul commented on code in PR #3191:
URL: https://github.com/apache/calcite/pull/3191#discussion_r1189375750


##########
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java:
##########
@@ -4021,19 +4021,30 @@ private void validateModality(SqlNode query) {
       default:
         break;
       }
+    } else if (query.getKind() == SqlKind.WITH) {

Review Comment:
   I am not really familiar with Calcite core development. So it will take me 
quite a bit of time to add tests for streaming here. Additionally, I never used 
streaming with Calcite.



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