cloudera / impyla

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

Fix parameter substitution in execetutemany() #494

Closed csringhofer closed 2 years ago

csringhofer commented 2 years ago

Before this change the first execute_async called by executemany() removed "paramstyle" from the configuration map, leading to applying default (==all) substitution rules for subsequent parameters.

Testing:

wzhou-code commented 2 years ago

Looks good to me