Skip to content

Commit

Permalink
Add additional varchar(x) product tests
Browse files Browse the repository at this point in the history
Test varchar(x) columns read for orc files with dictionary encoding.
  • Loading branch information
Andrii Rosa authored and martint committed Apr 27, 2016
1 parent 387267f commit 4a15908
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1 @@
v.1.0
@@ -0,0 +1,6 @@
-- type: hive
CREATE EXTERNAL TABLE %NAME%(
c_varchar VARCHAR(9)
)
STORED AS ORC
LOCATION '%LOCATION%'
@@ -0,0 +1,6 @@
-- database: presto; groups: varchar; tables: orc_varchar_dictionary;
--!
SELECT c_varchar FROM orc_varchar_dictionary WHERE c_varchar IS NOT NULL LIMIT 1
--!
-- delimiter: |; trimValues: true; ignoreOrder: true;
column_va

0 comments on commit 4a15908

Please sign in to comment.