mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
IMPALA-6790: Upgrade sqlparse to 0.1.19
Some remote cluster tests have failed to load data due to sqlparse failing to split SQL statements appropriately. The SQL file itself is identical to our usual dataload, so it must be a unique environment. The current version of sqlparse is 0.1.15. This upgrades sqlparse to 0.1.19. When running on the same environment with the newer version, the problem does not occur. Note that this is not the version used for the Impala shell. Impala shell has sqlparse checked-in under shell/ext-py. Change-Id: Ic5289f86b78f1d77d91a8fa47d63b7a7eaa3af38 Reviewed-on: http://gerrit.cloudera.org:8080/10044 Reviewed-by: Joe McDonnell <joemcdonnell@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
eaf66172df
commit
834b3b93a1
@@ -55,7 +55,10 @@ requests == 2.7.0
|
||||
setuptools == 36.8.0
|
||||
setuptools-scm == 1.15.4
|
||||
sh == 1.11
|
||||
sqlparse == 0.1.15
|
||||
# Note: This version for sqlparse is not what is used for the shell. The shell uses
|
||||
# a checked-in version of sqlparse (see shell/ext-py). This version is used primarily
|
||||
# for dataload.
|
||||
sqlparse == 0.1.19
|
||||
texttable == 0.8.3
|
||||
|
||||
# For dev purposes, not used in scripting. Version 1.2.1 is the latest that supports 2.6.
|
||||
|
||||
Reference in New Issue
Block a user