mirror of
https://github.com/apache/impala.git
synced 2026-01-05 12:01:11 -05:00
The regex didn't match cases where the 'set' statement had whitespace between the preceding semicolon and the 'set'. E.g. if it is not the first statement in the block and is preceded by a newline. The resolution by name test implicitly relied on the bug, so it needed to be updated. Change-Id: Ic810b31c1ad7b2bcfd29413181bb81d1a0dbcb90 Reviewed-on: http://gerrit.cloudera.org:8080/2823 Reviewed-by: Michael Ho <kwho@cloudera.com> Tested-by: Internal Jenkins