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 8b0cda5  doc edits
8b0cda5 is described below

commit 8b0cda58ad6098da7b58264493d761379d617c9b
Author: Bridget Bevens <[email protected]>
AuthorDate: Thu Dec 20 11:37:33 2018 -0800

    doc edits
---
 .../develop-drill/010-compiling-drill-from-source.md                   | 2 +-
 _docs/sql-reference/sql-functions/020-data-type-conversion.md          | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md 
b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
index 287e6c9..c495daa 100644
--- 
a/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
+++ 
b/_docs/developer-information/develop-drill/010-compiling-drill-from-source.md
@@ -21,7 +21,7 @@ Maven and JDK installed:
 
 ## 1\. Clone the Repository
 
-    git clone https://github.com/apache/drill.git
+    git clone https://gitbox.apache.org/repos/asf/drill.git
 
 ## 2\. Compile the Code
 
diff --git a/_docs/sql-reference/sql-functions/020-data-type-conversion.md 
b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
index f88c824..7d68674 100644
--- a/_docs/sql-reference/sql-functions/020-data-type-conversion.md
+++ b/_docs/sql-reference/sql-functions/020-data-type-conversion.md
@@ -19,8 +19,7 @@ Drill supports the following functions for casting and 
converting data types:
        | null    |
        +---------+  
 
-Prior to 1.15, casting an empty string to null worked only for numeric types; 
in Drill 1.15 and later casting an empty string to null also works for DATE, 
TIME, TIMESTAMP, INTERVAL YEAR, INTERVAL MONTH, and INTERVAL DAY data types. 
You do not have to use the CASE statement to cast empty strings to null.
-
+Prior to 1.15, casting an empty string to null only worked for numeric types; 
in Drill 1.15 and later casting an empty string to null also works for date and 
time data types, including DATE, TIME, TIMESTAMP, INTERVAL YEAR, INTERVAL 
MONTH, and INTERVAL DAY.
 
 ## CAST
 

Reply via email to