Skip to content

Commit

Permalink
DRILL-7409: Check if BigInt is read correctly with parquet in diction… (
Browse files Browse the repository at this point in the history
#601)

* DRILL-7409: Check if BigInt is read correctly with parquet in dictionary encoding.

* DRILL-7409: moved test data
  • Loading branch information
denysord88 authored and agirish committed Nov 7, 2019
1 parent 046e85f commit 9a5d7ec
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
190928593476806865
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT sum(ts) FROM dfs.drilltestdir.`parquet/bigIntDictionary/bigIntDictionary.parquet`
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"testId": "parquet_dictionary_enc",
"type": "group",
"description": "Test querying parquet files in the dictionary encoding.",
"submit-type": "jdbc",
"categories": [
"functional"
],
"matrices": [
{
"query-file": ".*.sql",
"schema": "dfs.drilltestdir",
"output-format": "tsv",
"expected-file": ".*.e_tsv",
"verification-type": [
"in-memory"
]
}
],
"datasources": [
{
"mode": "cp",
"src": "Datasources/parquet_storage/bigIntDictionary.parquet",
"dest": "parquet/bigIntDictionary/bigIntDictionary.parquet"
}
]
}

0 comments on commit 9a5d7ec

Please sign in to comment.