Repository: drill-site
Updated Branches:
refs/heads/asf-site d2e452d72 -> 7e1a012fd
edits
Project: http://git-wip-us.apache.org/repos/asf/drill-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill-site/commit/7e1a012f
Tree: http://git-wip-us.apache.org/repos/asf/drill-site/tree/7e1a012f
Diff: http://git-wip-us.apache.org/repos/asf/drill-site/diff/7e1a012f
Branch: refs/heads/asf-site
Commit: 7e1a012fd96e45d105eca365322427ea713bf67b
Parents: d2e452d
Author: Bridget Bevens <bbevens@maprtech.com>
Authored: Mon Mar 26 11:28:26 2018 -0700
Committer: Bridget Bevens <bbevens@maprtech.com>
Committed: Mon Mar 26 11:28:26 2018 -0700
----------------------------------------------------------------------
docs/parquet-filter-pushdown/index.html | 10 +++++-----
feed.xml | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/drill-site/blob/7e1a012f/docs/parquet-filter-pushdown/index.html
----------------------------------------------------------------------
diff --git a/docs/parquet-filter-pushdown/index.html b/docs/parquet-filter-pushdown/index.html
index 6b821a8..60544fc 100644
--- a/docs/parquet-filter-pushdown/index.html
+++ b/docs/parquet-filter-pushdown/index.html
@@ -1286,7 +1286,7 @@
<table><thead>
<tr>
-<th>Type</th>
+<th></th>
<th>Supported</th>
<th>Not Supported</th>
</tr>
@@ -1298,8 +1298,8 @@
</tr>
<tr>
<td>Operators</td>
-<td>AND, OR, NOT, *IS [NOT] NULL, *IS [NOT] TRUE</td>
-<td>FALSE, IN (An IN list is converted to OR if the number in the IN list is within
a certain threshold, for example 20. If greater than the threshold, pruning cannot occur.)</td>
+<td>AND, OR, NOT, *IS [NOT] NULL, *IS [NOT] TRUE, *IS [NOT] FALSE, IN (An IN list
is converted to OR if the number in the IN list is within a certain threshold, for example
20. If greater than the threshold, pruning cannot occur.)</td>
+<td>ITEM (Drill does not push the filter past the ITEM operator, which is used for
complex fields.)</td>
</tr>
<tr>
<td>Comparison Operators</td>
@@ -1308,8 +1308,8 @@
</tr>
<tr>
<td>Data Types</td>
-<td>INT, BIGINT, FLOAT, DOUBLE, DATE, TIMESTAMP, TIME, *BOOLEAN (true</td>
-<td>false)</td>
+<td>INT, BIGINT, FLOAT, DOUBLE, DATE, TIMESTAMP, TIME, *BOOLEAN (true, false)</td>
+<td>CHAR, VARCHAR columns, Hive TIMESTAMP</td>
</tr>
<tr>
<td>Function</td>
http://git-wip-us.apache.org/repos/asf/drill-site/blob/7e1a012f/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 6b9383d..b204d86 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>Mon, 26 Mar 2018 11:18:15 -0700</pubDate>
- <lastBuildDate>Mon, 26 Mar 2018 11:18:15 -0700</lastBuildDate>
+ <pubDate>Mon, 26 Mar 2018 11:26:55 -0700</pubDate>
+ <lastBuildDate>Mon, 26 Mar 2018 11:26:55 -0700</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>
|