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:29:55 UTC

[GitHub] [drill] kkhatua opened a new pull request #1703: DRILL-7110: Skip writing profile when an ALTER SESSION is executed

kkhatua opened a new pull request #1703: DRILL-7110: Skip writing profile when an ALTER SESSION is executed
URL: https://github.com/apache/drill/pull/1703
 
 
   Allows (by default) for `ALTER SESSION SET <option>=<value>` queries to NOT be writen to the profile store. This would avoid the risk of potentially adding up to a lot of profiles being written unnecessarily, since those changes are also reflected on the queries that follow.

----------------------------------------------------------------
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