mirror of
https://github.com/apache/impala.git
synced 2026-01-05 21:00:54 -05:00
We used mkdir without a -p to load a hive13 parquet table. This failed when trying to load the metadata, which is necessary for changes that mutate the warehouse snapshot. With this change, it now passes. Change-Id: Id163643c55d44fe6a9503b54397f1f370b198554
This directory contains Impala test data sets. The directory layout is structured as follows: datasets/ <data set>/<data set>_schema_template.sql <data set>/<data files SF1>/data files <data set>/<data files SF2>/data files Where SF is the scale factor controlling data size. This allows for scaling the same schema to different sizes based on the target test environment.