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/02 17:51:17 UTC

[drill] branch gh-pages updated: doc edit

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 08b3580  doc edit
08b3580 is described below

commit 08b3580967723f3f1fdd090d16370c754e136a5b
Author: Bridget Bevens <bb...@maprtech.com>
AuthorDate: Fri Nov 2 10:50:25 2018 -0700

    doc edit
---
 _docs/query-data/060-querying-the-information-schema.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/_docs/query-data/060-querying-the-information-schema.md b/_docs/query-data/060-querying-the-information-schema.md
index d151bf8..7ee505f 100644
--- a/_docs/query-data/060-querying-the-information-schema.md
+++ b/_docs/query-data/060-querying-the-information-schema.md
@@ -1,6 +1,6 @@
 ---
 title: "Querying the INFORMATION SCHEMA"
-date: 2017-04-05 00:09:56 UTC
+date: 2018-11-02 17:50:26 UTC
 parent: "Query Data"
 ---
 When you are using Drill to connect to multiple data sources, you need a
@@ -36,7 +36,7 @@ maximum flexibility inside BI tools, the only catalog that Drill supports is
     | DRILL        | sys                 |
     +--------------+---------------------+
 
-The INFORMATION_SCHEMA name and associated keywords are case-sensitive. You
+The INFORMATION_SCHEMA name and associated keywords are case-insensitive. You
 can also return a list of schemas by running the SHOW DATABASES command:
 
     SHOW DATABASES;
@@ -106,6 +106,5 @@ of those columns:
     | COLUMN_NAME | DATA_TYPE  |
     +-------------+------------+
     | OrderTotal  | Decimal    |
-    +-------------+------------+
+    +-------------+------------+  
 
-In this release, Drill disables the DECIMAL data type, including casting to DECIMAL and reading DECIMAL types from Parquet and Hive. You can [enable the DECIMAL type]({{ site.baseurl }}/docs/supported-data-types/#enabling-the-decimal-type), but this is not recommended.