julianhyde commented on code in PR #3483:
URL: https://github.com/apache/calcite/pull/3483#discussion_r1374979115
##########
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java:
##########
@@ -1364,6 +1368,7 @@ public class SqlStdOperatorTable extends
ReflectiveSqlOperatorTable {
/**
* The <code>UNNEST WITH ORDINALITY</code> operator.
*/
+ @LibraryOperator(libraries = {}) // do not include in index
Review Comment:
The operators for `UNNEST` and `UNNEST WTH ORDINALITY` have the same name
and syntax, and therefore clash when added to a map. The latter was never
accessed by name anyway.
--
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]