mihaibudiu commented on code in PR #4289:
URL: https://github.com/apache/calcite/pull/4289#discussion_r2036120505
##########
core/src/test/java/org/apache/calcite/test/SqlValidatorTest.java:
##########
@@ -6677,6 +6677,32 @@ public boolean isBangEqualAllowed() {
.withConformance(lenient).fails("Column 'E' not found in any table");
}
+ /** Test case for <a
href="https://issues.apache.org/jira/browse/CALCITE-6939">
+ * [CALCITE-6939] Add support for Lateral Column Alias</a>. */
+ @Test void testAliasInSelect() {
Review Comment:
I have added some tests to show that it does now
--
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]