Skip to content

Commit 69b32e9

Browse files
committed
Fixed java doc
1 parent b44b298 commit 69b32e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/databricks/sql/client.py

-5
Original file line numberDiff line numberDiff line change
@@ -766,11 +766,6 @@ def execute(
766766
Both will result in the query equivalent to "SELECT * FROM table WHERE field = 'foo'
767767
being sent to the server
768768
769-
async_op:
770-
Denotes whether the execute command will execute the request asynchronously or not
771-
By default it is set to False, if set True the execution request will be submitted and the code
772-
will be non-blocking. User can later poll and request the result when ready
773-
774769
:returns self
775770
"""
776771

0 commit comments

Comments
 (0)