vlsi commented on a change in pull request #2170:
URL: https://github.com/apache/calcite/pull/2170#discussion_r498189162
##########
File path: core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java
##########
@@ -2385,6 +2390,91 @@ protected void convertMatchRecognize(Blackboard bb,
SqlCall call) {
bb.setRoot(rel, false);
}
+ protected void convertPivot(Blackboard bb, SqlPivot pivot) {
+ final SqlValidatorNamespace ns = validator.getNamespace(pivot);
Review comment:
@julianhyde , this variable is unused. Is it intentional?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]