dgrinchenko opened a new pull request #1763: DRILL-6974: Add possibility to view option value via SET command URL: https://github.com/apache/drill/pull/1763 JIRA: [DRILL-6974](https://issues.apache.org/jira/browse/DRILL-6974) - ALTER ... RESET ... and ALTER ... SET ... sub-parsers separated to 2 different SqlCall classes with same parent SqlSetOption - parserImpls modified to handle new syntax of ALTER... SET... expresion: a) ALTER ... SET option.name - option.value - setting option value b) ALTER ... SET option.name - display option value - Handler for SqlSetOption separated to SetOptionHandler and ResetOptionhandler for better representation of handled statements - Base abstract class AbstractSqlSetHandler created to not repeat shared implementation of same functions - SetOptionHandler covered with unit tests for each statement form.
---------------------------------------------------------------- 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
