[
https://issues.apache.org/jira/browse/DRILL-5213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964126#comment-15964126
]
ASF GitHub Bot commented on DRILL-5213:
---------------------------------------
Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/812#discussion_r110863272
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/Foreman.java ---
@@ -149,7 +148,7 @@
private final boolean queuingEnabled;
- private String queryText;
+ private String queryText = "";
--- End diff --
May be it's better to check queryText nullability in QueryManager.java then
setting empty string as default?
> Prepared statement for actual query is missing the query text
> -------------------------------------------------------------
>
> Key: DRILL-5213
> URL: https://issues.apache.org/jira/browse/DRILL-5213
> Project: Apache Drill
> Issue Type: Bug
> Components: Metadata
> Affects Versions: 1.10.0
> Reporter: Krystal
> Assignee: Vitalii Diravka
>
> Prepared statement for actual query is missing the query text in the query's
> profile. As a result, there is no link for the query profile from the UI.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)