Ji Wong Park created ARROW-7544:
-----------------------------------
Summary: pyarrow.lib.ArrowNotImplementedError: gRPC returned
unimplemented error, with message: clear is not implemented
Key: ARROW-7544
URL: https://issues.apache.org/jira/browse/ARROW-7544
Project: Apache Arrow
Issue Type: Bug
Reporter: Ji Wong Park
/arrow/python/examples/flight$ py client.py do 0.0.0.0:5005 clear
Running action clear
Traceback (most recent call last):
File "client.py", line 162, in <module>
main()
File "client.py", line 158, in main
commands[args.action](args, client)
File "client.py", line 69, in do_action
for result in client.do_action(action):
File "pyarrow/_flight.pyx", line 1068, in do_action
File "pyarrow/_flight.pyx", line 75, in pyarrow._flight.check_flight_status
File "pyarrow/error.pxi", line 105, in pyarrow.lib.check_status
pyarrow.lib.ArrowNotImplementedError: gRPC returned unimplemented error, with
message: clear is not implemented.. Detail: Python exception:
NotImplementedError
--
This message was sent by Atlassian Jira
(v8.3.4#803005)