mirror of
https://github.com/apache/impala.git
synced 2026-01-27 15:03:20 -05:00
Example use-case, can generate data given any DDL to reproduce issues. The general strategy is to read the tables metadata, create a temp table with that schema and insert text data, and then insert into target table, similar to the code path of parquet. Change-Id: I4d512a80bc0accf4c243587f6246d9f63fda9149 Reviewed-on: http://gerrit.cloudera.org:8080/877 Reviewed-by: Szehon Ho <szehon@cloudera.com> Tested-by: Internal Jenkins