You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2018/11/08 02:32:32 UTC

[drill] branch gh-pages updated: FILES table info schema update in SHOW FILES doc

This is an automated email from the ASF dual-hosted git repository.

bridgetb pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 2fdac9e  FILES table info schema update in SHOW FILES doc
2fdac9e is described below

commit 2fdac9eed0e9a9523beff88093e4255200bf5467
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Wed Nov 7 18:31:26 2018 -0800

    FILES table info schema update in SHOW FILES doc
---
 _docs/sql-reference/sql-commands/100-show-files.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/sql-reference/sql-commands/100-show-files.md b/_docs/sql-reference/sql-commands/100-show-files.md
index d6b99a9..e0d6e37 100644
--- a/_docs/sql-reference/sql-commands/100-show-files.md
+++ b/_docs/sql-reference/sql-commands/100-show-files.md
@@ -1,10 +1,10 @@
 ---
 title: "SHOW FILES"
-date: 2018-11-02
+date: 2018-11-08
 parent: "SQL Commands"
 ---
 The SHOW FILES command provides a quick report of the file systems that are
-visible to Drill for query purposes. This command is unique to Apache Drill.
+visible to Drill for query purposes. This command is unique to Apache Drill. Starting in Drill 1.15, the INFORMATION_SCHEMA includes a FILES table that you can query. See [Querying the INFORMATION_SCHEMA]({{site.baseurl}}/docs/querying-the-information-schema/). 
 
 ## Syntax