cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
731 stars 248 forks source link

Enable supports_multivalues_insert in SQLAlchemy #499

Closed csringhofer closed 2 years ago

csringhofer commented 2 years ago

Impala has already supported this, we simply had to turn on this capability in the Impala dialect.

Testing:

csringhofer commented 2 years ago

There was a previous PR for this, but it had no tests: https://github.com/cloudera/impyla/pull/499

An issue was also opened about this: https://github.com/cloudera/impyla/issues/354

wzhou-code commented 2 years ago

The new patch looks good. Thanks