Skip to content

Commit

Permalink
Remove non exist args from docstring (cloudera#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
cympfh authored and timarmstrong committed Aug 13, 2019
1 parent 8819cbd commit f24c0ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions impala/hiveserver2.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def cursor(self, user=None, configuration=None, convert_types=True,
expensive.) Only applies when using HS2 protocol versions > 6.
dictify : bool, optional
When `True` cursor will return key value pairs instead of rows.
batch_cursor : bool, optional
When `True` cursor will return CBatches directly rather than rows.
fetch_error : bool, optional
In versions of impala prior to 2.7.0, when an operation fails and
the impalad returns an error state, the error message is not always
Expand Down

0 comments on commit f24c0ce

Please sign in to comment.