vvysotskyi commented on a change in pull request #1896: DRILL-7441: Fix issues
with fillEmpties, offset vectors
URL: https://github.com/apache/drill/pull/1896#discussion_r347331872
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/test/BaseTestQuery.java
##########
@@ -377,6 +379,14 @@ public static void resetSessionOption(String option) {
}
}
+ public static void resetAllSessionOptions() {
+ try {
+ test("ALTER SESSION RESET ALL");
+ } catch(final Exception e) {
Review comment:
```suggestion
} catch (Exception e) {
```
----------------------------------------------------------------
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