Skip to content

Commit

Permalink
Leave pyarrow bindings as experimental
Browse files Browse the repository at this point in the history
They could be removed in the future.
  • Loading branch information
jduo committed May 15, 2024
1 parent 33924b9 commit 887e7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyarrow/_flight.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,8 @@ class AsyncioCall:
cdef class AsyncioFlightClient:
"""
A FlightClient with an asyncio-based async interface.
This interface is EXPERIMENTAL.
"""

cdef:
Expand Down

0 comments on commit 887e7b2

Please sign in to comment.