mihaibudiu commented on code in PR #4024: URL: https://github.com/apache/calcite/pull/4024#discussion_r1827033808
########## server/src/test/resources/sql/materialized_view.iq: ########## @@ -39,12 +39,12 @@ select * from dept where deptno > 10; # Check contents select * from v; -+--------+-------------+ -| DEPTNO | NAME | -+--------+-------------+ -| 20 | Marketing | -| 30 | Engineering | Review Comment: I actually don't know how insert is implemented in Calcite. But no matter what, the result is now correct, and it wasn't before. So I think this is actually a good test. -- 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]
