mirror of
https://github.com/apache/impala.git
synced 2025-12-30 03:01:44 -05:00
Before Kudu supported DECIMAL columns the TPCDS and TPCH columns were djusted to use DOUBLE in place of DECIMAL. This patch undoes that change now that Kudu supports DECIMAL. Testing: - Updated concurrent_select.py - Updated test_tpch_queries.py - Excersized by the Kudu planner tests Change-Id: I2f7e4464dc6705cadd610a82c459390a9c0dfe4f Reviewed-on: http://gerrit.cloudera.org:8080/9484 Reviewed-by: Thomas Tauber-Marshall <tmarshall@cloudera.com> Tested-by: Impala Public Jenkins