[
https://issues.apache.org/jira/browse/DRILL-4228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Devender Yadav updated DRILL-4228:
-----------------------------------
Description:
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;
was:
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;
> 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)