xuzifu666 commented on code in PR #5139:
URL: https://github.com/apache/calcite/pull/5139#discussion_r3700944283


##########
core/src/test/resources/sql/stream.iq:
##########
@@ -222,3 +222,39 @@ SELECT * FROM TABLE(SESSION((SELECT * FROM ORDERS), 
DESCRIPTOR(ROWTIME), DESCRIP
 (5 rows)
 
 !ok
+
+# Test case for [CALCITE-7682] SESSION table function without the optional key
+# descriptor fails at runtime.
+SELECT * FROM TABLE(SESSION(TABLE ORDERS, DESCRIPTOR(ROWTIME), INTERVAL '1' 
HOUR));

Review Comment:
   Have we verified these results on a streaming data computing engine?



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