HIVE-11835: Type decimal(1,1) reads 0.0, 0.00, etc from text file as NULL 
(Reviewed by Szehon)
-- Add the forgotten new data file


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

Branch: refs/heads/branch-1
Commit: 7c0bf304bb61e32fb5b6bbfd3f4ed12e2f9a25b3
Parents: 01b55f4
Author: Xuefu Zhang <[email protected]>
Authored: Mon Oct 5 05:46:20 2015 -0700
Committer: Xuefu Zhang <[email protected]>
Committed: Mon Oct 5 05:48:11 2015 -0700

----------------------------------------------------------------------
 data/files/decimal_1_1.txt | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/7c0bf304/data/files/decimal_1_1.txt
----------------------------------------------------------------------
diff --git a/data/files/decimal_1_1.txt b/data/files/decimal_1_1.txt
new file mode 100644
index 0000000..ec16804
--- /dev/null
+++ b/data/files/decimal_1_1.txt
@@ -0,0 +1,30 @@
+0.0
+0.0000
+.0
+0.1
+0.15
+0.9
+0.94
+0.99
+0.345
+1.0
+1
+0
+00
+22
+1E-9
+-0.0
+-0.0000
+-.0
+-0.1
+-0.15
+-0.9
+-0.94
+-0.99
+-0.345
+-1.0
+-1
+-0
+-00
+-22
+-1E-9

Reply via email to