mirror of
https://github.com/apache/impala.git
synced 2025-12-29 09:04:47 -05:00
IMPALA-3998: Remove refresh_after_connect option from shell
This removes the deprecated option in time for 3.0. Testing: Ran core tests. Manually ran the shell with the argument to confirm that it reported "no such option". Cherry-picks: not for 2.x. Change-Id: I8f430bad0578e150d5e80066b9e7572041af4a15 Reviewed-on: http://gerrit.cloudera.org:8080/9072 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins
This commit is contained in:
committed by
Impala Public Jenkins
parent
281f7ab010
commit
56464e4616
@@ -38,7 +38,6 @@ impala_shell_defaults = {
|
||||
'print_summary' : False,
|
||||
'query': None,
|
||||
'query_file': None,
|
||||
'refresh_after_connect': False,
|
||||
'show_profiles': False,
|
||||
'ssl': False,
|
||||
'use_kerberos': False,
|
||||
|
||||
Reference in New Issue
Block a user