mirror of
https://github.com/apache/impala.git
synced 2026-01-08 21:03:01 -05:00
The test file testdata/workloads/functional-query/queries/QueryTest/exprs.test had INSERT statements in it, which are not supported on S3. This commit gets rid of those statements and rewrites them with SELECT [...] FROM VALUES(...) so that the tests are compatible on S3. Change-Id: I25faacf9fae3780f627afee86dc8c1ede7f6e2a2 Reviewed-on: http://gerrit.cloudera.org:8080/670 Reviewed-by: Sailesh Mukil <sailesh@cloudera.com> Tested-by: Internal Jenkins