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 dbbd476 edits
dbbd476 is described below
commit dbbd4769f7396db5c06edbd0aa6f275e33d278cb
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Jun 14 16:00:50 2018 -0700
edits
---
docs/parquet-filter-pushdown/index.html | 12 ++++++------
feed.xml | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/parquet-filter-pushdown/index.html
b/docs/parquet-filter-pushdown/index.html
index 7da9874..ccaecc7 100644
--- a/docs/parquet-filter-pushdown/index.html
+++ b/docs/parquet-filter-pushdown/index.html
@@ -1306,7 +1306,7 @@ Starting in Drill 1.14, Drill supports the planner rule,
JoinPushTransitivePredi
<p>The following table lists the supported and unsupported clauses, operators,
data types, function, and scenarios for Parquet filter pushdown: </p>
-<p><strong>Note:</strong> ^1^ indicates support as of Drill 1.13. ^2^
indicates support as of Drill 1.14. </p>
+<p><strong>Note:</strong> <sup>1</sup> indicates support as of Drill 1.13.
<sup>2</sup> indicates support as of Drill 1.14. </p>
<table><thead>
<tr>
@@ -1317,12 +1317,12 @@ Starting in Drill 1.14, Drill supports the planner
rule, JoinPushTransitivePredi
</thead><tbody>
<tr>
<td>Clauses</td>
-<td>WHERE, ^1^WITH, HAVING (HAVING is supported if Drill can pass the filter
through GROUP BY.)</td>
+<td>WHERE, <sup>1</sup>WITH, HAVING (HAVING is supported if Drill can pass
the filter through GROUP BY.)</td>
<td>-</td>
</tr>
<tr>
<td>Operators</td>
-<td>^2^BETWEEN, ^2^ITEM, AND, OR, NOT, ^1^IS [NOT] NULL, ^1^IS [NOT] TRUE,
^1^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><sup>2</sup>BETWEEN, <sup>2</sup>ITEM, AND, OR, NOT, <sup>1</sup>IS
[NOT] NULL, <sup>1</sup>IS [NOT] TRUE, <sup>1</sup>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>-</td>
</tr>
<tr>
@@ -1332,17 +1332,17 @@ Starting in Drill 1.14, Drill supports the planner
rule, JoinPushTransitivePredi
</tr>
<tr>
<td>Data Types</td>
-<td>INT, BIGINT, FLOAT, DOUBLE, DATE, TIMESTAMP, TIME, *BOOLEAN (true,
false)</td>
+<td>INT, BIGINT, FLOAT, DOUBLE, DATE, TIMESTAMP, TIME, <sup>1</sup>BOOLEAN
(true, false)</td>
<td>CHAR, VARCHAR columns, Hive TIMESTAMP</td>
</tr>
<tr>
<td>Function</td>
-<td>CAST is supported among the following types only: int, bigint, float,
double, ^1^date, ^1^timestamp, and ^1^time</td>
+<td>CAST is supported among the following types only: int, bigint, float,
double, <sup>1</sup>date, <sup>1</sup>timestamp, and <sup>1</sup>time</td>
<td>-</td>
</tr>
<tr>
<td>Other</td>
-<td>^2^Enabled ^2^native Hive reader, Files with multiple row groups,
Joins</td>
+<td><sup>2</sup>Enabled native Hive reader, Files with multiple row groups,
<sup>2</sup>Joins</td>
<td>-</td>
</tr>
</tbody></table>
diff --git a/feed.xml b/feed.xml
index 8a40edb..e22b7ac 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>Thu, 14 Jun 2018 15:27:53 -0700</pubDate>
- <lastBuildDate>Thu, 14 Jun 2018 15:27:53 -0700</lastBuildDate>
+ <pubDate>Thu, 14 Jun 2018 15:39:08 -0700</pubDate>
+ <lastBuildDate>Thu, 14 Jun 2018 15:39:08 -0700</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>
--
To stop receiving notification emails like this one, please contact
[email protected].