Github user jacques-n commented on a diff in the pull request:

    https://github.com/apache/drill/pull/207#discussion_r43472925
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/TestExampleQueries.java ---
    @@ -26,12 +26,23 @@
     import org.apache.drill.common.util.FileUtils;
     import org.apache.drill.common.util.TestTools;
     import org.apache.drill.exec.ExecConstants;
    +import org.apache.drill.exec.planner.physical.PlannerSettings;
    +import org.junit.After;
     import org.junit.Ignore;
     import org.junit.Test;
     
     public class TestExampleQueries extends BaseTestQuery {
     //  private static final org.slf4j.Logger logger = 
org.slf4j.LoggerFactory.getLogger(TestExampleQueries.class);
     
    +  @After
    --- End diff --
    
    Can you just add ALTER SESSION RESET ALL to the basetestquery end of test 
method?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to