[
https://issues.apache.org/jira/browse/IGNITE-10171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679516#comment-16679516
]
ASF GitHub Bot commented on IGNITE-10171:
-----------------------------------------
GitHub user alex-plekhanov opened a pull request:
https://github.com/apache/ignite/pull/5349
IGNITE-10171 Running queries descriptor contins generated SQL text instead
of original SQL text
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alex-plekhanov/ignite ignite-10171
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5349.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5349
----
commit 97b82f93f96f29180b6007c7262395d2d4353983
Author: Aleksey Plekhanov <plehanov.alex@...>
Date: 2018-11-08T09:48:46Z
IGNITE-10171 Running queries descriptor (GridRunningQueryInfo) contains
generated SQL text instead of original SQL text
----
> Running queries descriptor (GridRunningQueryInfo) contains generated SQL text
> instead of original SQL text
> ----------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-10171
> URL: https://issues.apache.org/jira/browse/IGNITE-10171
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.6
> Reporter: Aleksey Plekhanov
> Assignee: Aleksey Plekhanov
> Priority: Major
> Fix For: 2.8
>
>
> Running queries descriptors ({{GridRunningQueryInfo}}) for SQL queries
> received by {{GridQueryProcessor#runningQueries()}} method contains SQL text
> generated from parsed query structure. For diagnostic purposes it's better to
> store original SQL query text instaed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)