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 6ddad95  edit
6ddad95 is described below

commit 6ddad95a9c0d19b5deb488f85580194f354c432b
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Jan 3 16:54:38 2019 -0800

    edit
---
 .../sql-functions/030-date-time-functions-and-arithmetic.md             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md 
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
index 4a314d7..241cf96 100644
--- 
a/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
+++ 
b/_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md
@@ -673,7 +673,7 @@ Subtracts the date literal '1970-01-15' from the dates in 
the first column of th
 
 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:   
    
-       SELECT TIMESTAMPDIFF(SECOND, CAST(COLUMNS[2] as date), CAST(COLUMNS[0] 
as date)) a from dfs.`/home/bee/pets.csv`;
+       SELECT TIMESTAMPDIFF(SECOND, CAST(COLUMNS[2] as date), CAST(COLUMNS[0] 
as date)) a from dfs.`/quarter/dates.csv`;
        +------------+
        |     a      |
        +------------+

Reply via email to