[ 
https://issues.apache.org/jira/browse/IMPALA-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Armstrong resolved IMPALA-3171.
-----------------------------------
    Resolution: Later

> data-source-tables.test is flaky when BATCH_SIZE is changed
> -----------------------------------------------------------
>
>                 Key: IMPALA-3171
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3171
>             Project: IMPALA
>          Issue Type: Test
>          Components: Infrastructure
>    Affects Versions: impala 2.3
>            Reporter: Juan Yu
>            Priority: Minor
>
> data-source-tables.test is flaky and could return different result when 
> changing BATCH_SIZE
> {code}
> [localhost:21000] > select count(*) from alltypes_datasource;
> Query: select count(*) from alltypes_datasource
> +----------+
> | count(*) |
> +----------+
> | 4510     |
> +----------+
> Fetched 1 row(s) in 0.40s
> [localhost:21000] > set batch_size=12345;
> BATCH_SIZE set to 12345
> [localhost:21000] > select count(*) from alltypes_datasource;
> Query: select count(*) from alltypes_datasource
> +----------+
> | count(*) |
> +----------+
> | 5000     |
> +----------+
> Fetched 1 row(s) in 0.40s
> [localhost:21000] > set batch_size=1;
> BATCH_SIZE set to 1
> [localhost:21000] > select count(*) from alltypes_datasource;
> Query: select count(*) from alltypes_datasource
> +----------+
> | count(*) |
> +----------+
> | 4501     |
> +----------+
> Fetched 1 row(s) in 0.40s
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to