mirror of
https://github.com/apache/impala.git
synced 2026-01-07 18:02:33 -05:00
Fix bad auto-merge to get cdh-trunk in shape.
While cherry-picking commit c289974 from cdh5-2.2.0_5.4.x, a line that causes a dataset change was somehow missed by git's cherry-pick. This patch adds that line back in. Change-Id: Id163643c55d44fe6a9503b54397f1f370b198554
This commit is contained in:
@@ -1297,7 +1297,7 @@ year int
|
||||
month int
|
||||
day int
|
||||
---- LOAD
|
||||
`hadoop fs -mkdir /test-warehouse/alltypesagg_hive_13_1_parquet && \
|
||||
`hadoop fs -mkdir -p /test-warehouse/alltypesagg_hive_13_1_parquet && \
|
||||
hadoop fs -put -f ${IMPALA_HOME}/testdata/data/alltypesagg_hive_13_1.parquet \
|
||||
/test-warehouse/alltypesagg_hive_13_1_parquet/
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user