mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
This patch addresses the following issues: 1. Allow creating Avro tables without col defs in Impala. Compute stats works on them. 2. Handle table creation with inconsistent col defs and Avro schema as follows: The table creation will succeed and ignore the col defs in favor of the Avro schema. A warning is issued that the col defs and the Avro schema are inconsistent. Compute stats works on such tables. This patch does not address the issue of compute stats after Avro schema evolution. Change-Id: Iea6b737d238d81491dc2097012ebc149a89d03ba Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4182 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Alex Behm <alex.behm@cloudera.com> Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4250 Tested-by: jenkins
15 KiB
15 KiB