You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/03/19 21:59:06 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1703: DRILL-7110: Skip writing profile when an ALTER SESSION is executed

arina-ielchiieva commented on a change in pull request #1703: DRILL-7110: Skip writing profile when an ALTER SESSION is executed
URL: https://github.com/apache/drill/pull/1703#discussion_r267114576
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/ops/QueryContext.java
 ##########
 @@ -92,6 +93,7 @@ public QueryContext(final UserSession session, final DrillbitContext drillbitCon
     this.drillbitContext = drillbitContext;
     this.session = session;
     this.queryId = queryId;
+    skipWritingProfile(false);
 
 Review comment:
   ```suggestion
       this.skipProfileWrite = false;
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services