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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 21767af  doc edit
21767af is described below

commit 21767aff3beb472632986f5eadc7956477e82d96
Author: Bridget Bevens <[email protected]>
AuthorDate: Fri Nov 2 10:55:42 2018 -0700

    doc edit
---
 docs/querying-the-information-schema/index.html | 8 +++-----
 feed.xml                                        | 4 ++--
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/docs/querying-the-information-schema/index.html 
b/docs/querying-the-information-schema/index.html
index 760cdf2..9595ce3 100644
--- a/docs/querying-the-information-schema/index.html
+++ b/docs/querying-the-information-schema/index.html
@@ -1272,7 +1272,7 @@
 
     </div>
 
-     Apr 5, 2017
+     Nov 2, 2018
 
     <link href="/css/docpage.css" rel="stylesheet" type="text/css">
 
@@ -1312,7 +1312,7 @@ maximum flexibility inside BI tools, the only catalog 
that Drill supports is
 | DRILL        | sys                 |
 +--------------+---------------------+
 </code></pre></div>
-<p>The INFORMATION_SCHEMA name and associated keywords are case-sensitive. You
+<p>The INFORMATION_SCHEMA name and associated keywords are case-insensitive. 
You
 can also return a list of schemas by running the SHOW DATABASES command:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">SHOW 
DATABASES;
 +-------------+
@@ -1382,10 +1382,8 @@ WHERE TABLE_NAME = &#39;Orders&#39; AND TABLE_SCHEMA = 
&#39;HiveTest.SalesDB&#39
 | COLUMN_NAME | DATA_TYPE  |
 +-------------+------------+
 | OrderTotal  | Decimal    |
-+-------------+------------+
++-------------+------------+  
 </code></pre></div>
-<p>In this release, Drill disables the DECIMAL data type, including casting to 
DECIMAL and reading DECIMAL types from Parquet and Hive. You can <a 
href="/docs/supported-data-types/#enabling-the-decimal-type">enable the DECIMAL 
type</a>, but this is not recommended.</p>
-
     
       
         <div class="doc-nav">
diff --git a/feed.xml b/feed.xml
index bed1e44..9880949 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 30 Oct 2018 14:51:33 -0700</pubDate>
-    <lastBuildDate>Tue, 30 Oct 2018 14:51:33 -0700</lastBuildDate>
+    <pubDate>Fri, 02 Nov 2018 10:53:08 -0700</pubDate>
+    <lastBuildDate>Fri, 02 Nov 2018 10:53:08 -0700</lastBuildDate>
     <generator>Jekyll v2.5.2</generator>
     
       <item>

Reply via email to