[2/3] impala git commit: IMPALA-6114: Require type equality for NumericLiteral::localEquals().

2017-12-15 Thread tarmstrong
IMPALA-6114: Require type equality for NumericLiteral::localEquals(). This patch fixes a regression introduced as part of IMPALA-1788, where an expression like 'CAST(0 AS DECIMAL(14))' is rewritten as a NumericLiteral expression of type DECIMAL(14,0). The query had another NumericLiteral of type T

[1/3] impala git commit: IMPALA-6222: Add details to error msg on failure to get min reservation

2017-12-15 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 3cbbaf3b3 -> bfbcd1fe8 IMPALA-6222: Add details to error msg on failure to get min reservation This patch adds the following details to the error message encountered on failure to get minimum memory reservation: - which ReservationTracker

[3/3] impala git commit: IMPALA-4664: Unexpected string conversion in Shell

2017-12-15 Thread tarmstrong
IMPALA-4664: Unexpected string conversion in Shell Impala shell can accidentally convert certain literal strings to lowercase. Impala shell splits each command into tokens and then converts the first token to lowercase to figure out how it should execute the command. The splitting is done by space