vvysotskyi commented on code in PR #2602: URL: https://github.com/apache/drill/pull/2602#discussion_r936273407
########## 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: In the future, I think we will use this functionality to provide more flexibility for configuring the planning process. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org