mirror of
https://github.com/apache/impala.git
synced 2026-01-01 09:00:42 -05:00
This patch does a few things: 1) Move the metadata tests into their own folder under tests/. I think it's useful to loosely categorize them so it's easier to run a subset of the tests that are most useful for the changes you are making. 2) Reduce the test vectors for query_tests. We should have identical coverage in the daily exhaustive runs but the normal runs should be much better. In particular, deemphasizing scanner tests since that code is more stable now. 3) Misc test cleanup/consolidate python test files/etc. Change-Id: I03c2f34877aed192c2a50665bd5e15fa85e12f1e Reviewed-on: http://gerrit.sjc.cloudera.com:8080/3831 Tested-by: jenkins Reviewed-by: Nong Li <nong@cloudera.com>
542 B
542 B
| 1 | # Manually created file. |
|---|---|
| 2 | file_format:text, dataset:functional, compression_codec:none, compression_type:none |
| 3 | file_format:seq, dataset:functional, compression_codec:snap, compression_type:block |
| 4 | file_format:rc, dataset: functional, compression_codec: snap, compression_type: block |
| 5 | file_format:parquet, dataset: functional, compression_codec: none, compression_type: none |
| 6 | file_format:avro, dataset: functional, compression_codec: snap, compression_type: block |
| 7 | file_format:hbase, dataset:functional, compression_codec:none, compression_type:none |