You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/18 06:18:48 UTC

[2/3] drill git commit: formatting

formatting


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/b2b11bdc
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/b2b11bdc
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/b2b11bdc

Branch: refs/heads/gh-pages
Commit: b2b11bdc2c29b7304d15ff403f1f314399e3cd3c
Parents: a07645a
Author: Kris Hahn <kr...@apache.org>
Authored: Thu Dec 17 16:10:20 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Thu Dec 17 21:17:49 2015 -0800

----------------------------------------------------------------------
 .../020-hive-to-drill-data-type-mapping.md                          | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/b2b11bdc/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
----------------------------------------------------------------------
diff --git a/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md b/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
index 282c4ec..5e2693d 100644
--- a/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
+++ b/_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md
@@ -4,7 +4,6 @@ parent: "Data Sources and File Formats"
 ---
 Using Drill you can read tables created in Hive that use data types compatible with Drill. Drill currently does not support writing Hive tables. The map of SQL types and Hive types shows that several Hive types need to be cast to the supported SQL type in a Drill query:
 
-
 * CHAR   
   Cast the Hive CHAR type to VARCHAR.  
 * TINYINT and SMALLINT