[
https://issues.apache.org/jira/browse/DRILL-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15406262#comment-15406262
]
ASF GitHub Bot commented on DRILL-4792:
---------------------------------------
Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/551#discussion_r73379632
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/QueryManager.java
---
@@ -81,6 +85,7 @@
private final String stringQueryId;
private final RunQuery runQuery;
private final Foreman foreman;
+ private final List<Option> queryOptions;
--- End diff --
Not required. Could use
`foreman.getQueryContext().getOptionManager().getOptionList()`?
> Include session options used for a query as part of the profile
> ---------------------------------------------------------------
>
> Key: DRILL-4792
> URL: https://issues.apache.org/jira/browse/DRILL-4792
> Project: Apache Drill
> Issue Type: Improvement
> Affects Versions: 1.7.0
> Reporter: Arina Ielchiieva
> Assignee: Arina Ielchiieva
> Priority: Minor
> Fix For: 1.8.0
>
> Attachments: no_session_options.JPG, session_options_block.JPG,
> session_options_collapsed.JPG, session_options_json.JPG
>
>
> Include session options used for a query as part of the profile.
> This will be very useful for debugging/diagnostics.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)