mirror of
https://github.com/apache/impala.git
synced 2025-12-22 11:28:09 -05:00
Upgrades the impala-shell's bundled version of sqlparse to 0.3.1. There were some API changes in 0.2.0+ that required a re-write of the StripLeadingCommentFilter in impala_shell.py. A slight perf optimization was also added to avoid using the filter altogether if no leading comment is readily discernible. As 0.1.19 was the last version of sqlparse to support python 2.6, this patch also breaks Impala's compatibility with python 2.6. No new tests were added, but all existing tests passed without modification. Change-Id: I77a1fd5ae311634a18ee04b8c389d8a3f3a6e001 Reviewed-on: http://gerrit.cloudera.org:8080/15642 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
68 lines
2.5 KiB
Plaintext
68 lines
2.5 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.
|
|
|
|
This module contains code (Python 2/3 compatibility) from the six
|
|
project: https://bitbucket.org/gutworth/six.
|
|
|
|
Alphabetical list of contributors:
|
|
* Adam Greenhall <agreenhall@lyft.com>
|
|
* Alexander Beedie <ayembee@gmail.com>
|
|
* Alexey Malyshev <nostrict@gmail.com>
|
|
* andrew deryabin <github@djsf.com>
|
|
* Andrew Tipton <andrew.tipton@compareglobalgroup.com>
|
|
* atronah <atronah.ds@gmail.com>
|
|
* casey <casey@cloudera.com>
|
|
* Cauê Beloni <cbeloni@gmail.com>
|
|
* circld <circld1@gmail.com>
|
|
* Corey Zumar <corey.zumar@databricks.com>
|
|
* Cristian Orellana <cristiano@groupon.com>
|
|
* Dag Wieers <dag@wieers.com>
|
|
* Darik Gamble <darik.gamble@gmail.com>
|
|
* Demetrio92 <Demetrio.Rodriguez.T@gmail.com>
|
|
* Dennis Taylor <dennis.taylor@clio.com>
|
|
* Dvořák Václav <Vaclav.Dvorak@ysoft.com>
|
|
* Florian Bauer <florian.bauer@zmdi.com>
|
|
* Fredy Wijaya <fredy.wijaya@gmail.com>
|
|
* Gavin Wahl <gwahl@fusionbox.com>
|
|
* Ian Robertson <ian.robertson@capitalone.com>
|
|
* JacekPliszka <Jacek.Pliszka@gmail.com>
|
|
* Jesús Leganés Combarro "Piranna" <piranna@gmail.com>
|
|
* Johannes Hoff <johshoff@gmail.com>
|
|
* John Bodley <john.bodley@airbnb.com>
|
|
* Jon Dufresne <jon.dufresne@gmail.com>
|
|
* Josh Soref <jsoref@users.noreply.github.com>
|
|
* Kevin Jing Qiu <kevin.jing.qiu@gmail.com>
|
|
* koljonen <koljonen@outlook.com>
|
|
* Likai Liu <liulk@likai.org>
|
|
* mathilde.oustlant <mathilde.oustlant@ext.cdiscount.com>
|
|
* Michael Schuller <chick@mschuller.net>
|
|
* Mike Amy <cocoade@googlemail.com>
|
|
* mulos <daniel.strackbein@gmail.com>
|
|
* Oleg Broytman <phd@phdru.name>
|
|
* Patrick Schemitz <patrick.schemitz@digitalbriefkasten.de>
|
|
* Pi 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>
|
|
* Romain Rigaux <romain.rigaux@gmail.com>
|
|
* Rowan Seymour <rowanseymour@gmail.com>
|
|
* Ryan Wooden <rygwdn@gmail.com>
|
|
* saaj <id@saaj.me>
|
|
* Shen Longxing <shenlongxing2012@gmail.com>
|
|
* Sjoerd Job Postmus
|
|
* Soloman Weng <soloman1124@gmail.com>
|
|
* spigwitmer <itgpmc@gmail.com>
|
|
* Tao Wang <twang2218@gmail.com>
|
|
* Tenghuan <tenghuanhe@gmail.com>
|
|
* Tim Graham <timograham@gmail.com>
|
|
* Victor Hahn <info@victor-hahn.de>
|
|
* Victor Uriarte <vmuriart@gmail.com>
|
|
* Ville Skyttä <ville.skytta@iki.fi>
|
|
* vthriller <farreva232@yandex.ru>
|
|
* wayne.wuw <wayne.wuw@alibaba-inc.com>
|
|
* William Ivanski <william.ivanski@gmail.com>
|
|
* Yago Riveiro <yago.riveiro@gmail.com>
|