Devender Yadav created DRILL-4228:
--------------------------------------
Summary: Wrong query is mentioned "To identify drill-version" in
documentation.
Key: DRILL-4228
URL: https://issues.apache.org/jira/browse/DRILL-4228
Project: Apache Drill
Issue Type: Bug
Components: Documentation
Affects Versions: 1.3.0
Reporter: Devender Yadav
In Drill docs /
troubleshooting(https://drill.apache.org/docs/troubleshooting/#identify-the-drill-version):
To identify drill-version:
Issue the following query to identify the version of Drill running in your
cluster:
SELECT commit_id FROM sys.version;
It should be:
SELECT version FROM sys.version;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)