mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
The only thing this commit does is upgrade sqlparse. The upgrade was done by downloading and extracting the tarball, nothing else (such as patching). The older version of sqlparse would parse SELECT ' ; ' ; into two statements. Neither statement is complete due to the open quote and this would cause an infinite loop. The bug is already fixed in the newest version of sqlparse. Change-Id: I7ce7c269769ae0cde3dc8ca386d0b0e11bea71c1 Reviewed-on: http://gerrit.cloudera.org:8080/102 Reviewed-by: Casey Ching <casey@cloudera.com> Tested-by: Internal Jenkins
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
python-sqlparse is written and maintained by Andi Albrecht <albrecht.andi@gmail.com>.
|
|
|
|
This module contains code (namely the lexer and filter mechanism) from
|
|
the pygments project that was written by Georg Brandl.
|
|
|
|
Alphabetical list of contributors:
|
|
* Alexander Beedie <ayembee@gmail.com>
|
|
* Alexey Malyshev <nostrict@gmail.com>
|
|
* Cristian Orellana <cristiano@groupon.com>
|
|
* Florian Bauer <florian.bauer@zmdi.com>
|
|
* Gavin Wahl <gwahl@fusionbox.com>
|
|
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
|
|
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
|
|
* Michael Schuller <michael.schuller@artlogic.net>
|
|
* Mike Amy <cocoade@googlemail.com>
|
|
* mulos <daniel.strackbein@gmail.com>
|
|
* Piet Delport <pjdelport@gmail.com>
|
|
* Prudhvi Vatala <pvatala@gmail.com>
|
|
* quest <quest@wonky.windwards.net>
|
|
* Robert Nix <com.github@rnix.org>
|
|
* Rocky Meza <rmeza@fusionbox.com>
|
|
* spigwitmer <itgpmc@gmail.com>
|
|
* Victor Hahn <info@victor-hahn.de>
|
|
* vthriller <farreva232@yandex.ru>
|
|
* wayne.wuw <wayne.wuw@alibaba-inc.com>
|
|
* Yago Riveiro <yago.riveiro@gmail.com>
|