mirror of
https://github.com/apache/impala.git
synced 2026-01-10 09:00:16 -05:00
When scanning tables with collection types the limit applied to the scan node is not sufficient enough to safely enable the small-query optimization. This patch adds an additional check to the MaxRowsProcessedVisitor that will abort checking the number of processed rows once a scan node accesse a collection type. Change-Id: Ic43baf3f97acfb8d7b53b0591c215046179d18b3 Reviewed-on: http://gerrit.cloudera.org:8080/1235 Reviewed-by: Silvius Rus <srus@cloudera.com> Tested-by: Internal Jenkins