mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
IMPALA-8667. Remove --pull_incremental_stats flag
This flag was added as a "chicken bit" -- so we could disable the new feature if we had some problems with it. It's been out in the wild for a number of months and we haven't seen any such problems, so at this point let's stop maintaining the old code path. Change-Id: I8878fcd8a2462963c7db3183a003bb9816dda8f9 Reviewed-on: http://gerrit.cloudera.org:8080/13671 Reviewed-by: Bharath Vissapragada <bharathv@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
ab5ee0b785
commit
800f635855
@@ -238,10 +238,6 @@ class CustomClusterTestSuite(ImpalaTestSuite):
|
||||
cmd.append("--impalad_args=--use_local_catalog=1")
|
||||
cmd.append("--catalogd_args=--catalog_topic_mode=minimal")
|
||||
|
||||
if pytest.config.option.pull_incremental_statistics:
|
||||
cmd.append("--impalad_args=%s --catalogd_args=%s" %
|
||||
("--pull_incremental_statistics", "--pull_incremental_statistics"))
|
||||
|
||||
default_query_option_kvs = []
|
||||
# Put any defaults first, then any arguments after that so they can override defaults.
|
||||
if os.environ.get("ERASURE_CODING") == "true":
|
||||
|
||||
Reference in New Issue
Block a user