dongAxis commented on a change in pull request #1689: hint should appear in 
setOperand
URL: https://github.com/apache/calcite/pull/1689#discussion_r361603565
 
 

 ##########
 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:
   ok, i will submit a test in a minute

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

Reply via email to