danny0405 commented on a change in pull request #1689: hint should appear in
setOperand
URL: https://github.com/apache/calcite/pull/1689#discussion_r361450577
##########
File path: core/src/main/java/org/apache/calcite/sql/SqlSelect.java
##########
@@ -127,6 +127,9 @@ public SqlOperator getOperator() {
case 9:
fetch = operand;
break;
+ case 10:
+ hints = (SqlNodeList) operand;
+ break;
Review comment:
Thanks for fixing this, can we try to give a test case ? I know this is a
bug caused by me, but i still expect a 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services