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 5cf01ca edit
5cf01ca is described below
commit 5cf01ca8edc97976d012fb0824a0ce2e8e727189
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Jan 3 16:58:51 2019 -0800
edit
---
docs/date-time-functions-and-arithmetic/index.html | 2 +-
feed.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/date-time-functions-and-arithmetic/index.html
b/docs/date-time-functions-and-arithmetic/index.html
index eff11f6..b84eb4e 100644
--- a/docs/date-time-functions-and-arithmetic/index.html
+++ b/docs/date-time-functions-and-arithmetic/index.html
@@ -2005,7 +2005,7 @@ SELECT UNIX_TIMESTAMP('2015-05-29 08:18:53.0',
'yyyy-MM-dd HH:mm:ss.
+-------------+
</code></pre></div>
<p>Subtracts the date in the third column from the date in the first column
(columns[0]-columns[2]) of the dates.csv file and returns the difference in
seconds: </p>
-<div class="highlight"><pre><code class="language-text"
data-lang="text">SELECT TIMESTAMPDIFF(SECOND, CAST(COLUMNS[2] as date),
CAST(COLUMNS[0] as date)) a from dfs.`/home/bee/pets.csv`;
+<div class="highlight"><pre><code class="language-text"
data-lang="text">SELECT TIMESTAMPDIFF(SECOND, CAST(COLUMNS[2] as date),
CAST(COLUMNS[0] as date)) a from dfs.`/quarter/dates.csv`;
+------------+
| a |
+------------+
diff --git a/feed.xml b/feed.xml
index 124f87b..74a3eef 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, 03 Jan 2019 16:49:45 -0800</pubDate>
- <lastBuildDate>Thu, 03 Jan 2019 16:49:45 -0800</lastBuildDate>
+ <pubDate>Thu, 03 Jan 2019 16:56:18 -0800</pubDate>
+ <lastBuildDate>Thu, 03 Jan 2019 16:56:18 -0800</lastBuildDate>
<generator>Jekyll v2.5.2</generator>
<item>