mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
IMPALA-5752 added support for Kudu decimal. As a part of that, it added Kudu versions of decimal_tbl and decimal_tiny. Kudu tables are created and loaded even on local tests, so these tables are loaded when they previously weren't. The LOAD sections for these tables rely on executing HDFS commmands to copy data to appropriate locations. These HDFS commands cannot work on local tests, causing this failure. Untangling when to execute LOAD sections is complicated, so this simply switches the decimal_tbl and decimal_tiny to do LOAD DATA LOCAL calls, which do not rely on HDFS commands. Change-Id: I1f717917269d116c07a6f17944583f5e8faf2932 Reviewed-on: http://gerrit.cloudera.org:8080/9438 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins
78 KiB
78 KiB