dssysolyatin commented on code in PR #4623:
URL: https://github.com/apache/calcite/pull/4623#discussion_r2502680653


##########
core/src/test/java/org/apache/calcite/test/SqlToRelConverterTest.java:
##########
@@ -3404,6 +3404,23 @@ void checkCorrelatedMapSubQuery(boolean expand) {
     sql(sql).ok();
   }
 
+  /**
+   * Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-7276";>[CALCITE-7276]
+   * SqlToRelConverter throws exception for UPDATE if identifier expansion 
disabled</a>.
+   */
+  @Test void testUpdateWithIdentifierExpansionDisabled() {

Review Comment:
   https://issues.apache.org/jira/browse/CALCITE-7277. I’m not planning to work 
on this soon, but hopefully someone else will take it.



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