cloudera / impyla

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

_wrap_results takes three positional arguments but passing two arguments. #454

Closed dhanababum closed 3 years ago

dhanababum commented 3 years ago

When I implementing get_log in my project found an issue. https://github.com/cloudera/impyla/blob/v0.17.0/impala/hiveserver2.py#L1345

_wrap_results takes three positional arguments but passing two arguments.

dhanababum commented 3 years ago

https://github.com/cloudera/impyla/pull/453

attilajeges commented 3 years ago

The PR was merged in.