mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
With this commit we enable loading of TPC-H data in Kudu tables and running the 22 TPC-H queries against Kudu. Since Kudu doesn't support the decimal data type, we had to modify the queries by using round() function and update the test results. Change-Id: I3a5de71fefa92a78970226d8f49ef445d28f9289 Reviewed-on: http://gerrit.cloudera.org:8080/3789 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@cloudera.com> Tested-by: Internal Jenkins
140 B
140 B
| 1 | file_format: text,seq,rc,avro,parquet,kudu |
|---|---|
| 2 | dataset: tpch |
| 3 | compression_codec: none,def,gzip,bzip,snap,lzo |
| 4 | compression_type: none,block,record |