julianhyde commented on code in PR #3946: URL: https://github.com/apache/calcite/pull/3946#discussion_r1744179376
########## core/src/test/resources/sql/measure.iq: ########## @@ -26,6 +26,136 @@ from emp; !update +create view empm_comm as Review Comment: I wouldn't create a view for just one query. (Unless a view is necessary to demonstrate the behavior, and a CTE wouldn't do it.) If it's not too disruptive of later tests, you could add `avg_comm` to `empm`. -- 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]
