cgivre commented on code in PR #2602:
URL: https://github.com/apache/drill/pull/2602#discussion_r936171984
##########
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SqlSelectBuilder.java:
##########
@@ -90,8 +91,14 @@ public SqlSelectBuilder fetch(SqlNode fetch) {
return this;
}
+ public SqlSelectBuilder hints(SqlNodeList hints) {
Review Comment:
@vvysotskyi Will Drill do anything with the SQL hints that Calcite now
supports?
--
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]