[1/6] impala git commit: IMPALA-6405: Error when string to decimal cast overflows

2018-03-13 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/2.x 0ba181e5b -> 6d3fdee3f IMPALA-6405: Error when string to decimal cast overflows Before this patch, when there was an error when converting a string to a decimal, a NULL was returned. In this patch, we change this behavior so that an error is

impala git commit: IMPALA-6405: Error when string to decimal cast overflows

2018-03-06 Thread tarmstrong
Repository: impala Updated Branches: refs/heads/master 5f2f445e7 -> b0027575c IMPALA-6405: Error when string to decimal cast overflows Before this patch, when there was an error when converting a string to a decimal, a NULL was returned. In this patch, we change this behavior so that an error