Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.0k views
in Technique[技术] by (71.8m points)

python - Occur "OSError: Could not write record batch to stream" when write table using flight

I got a OSError when using flight to send data, and I got nothing useful information.

The basic info is:

python version 3.7.9
pyarrow version 0.17.1

The code is :

writer, reader = client.do_put(FlightDescriptor.for_path(*paths), schema)
writer.write_table(table)
result: Buffer = reader.read()
writer.close()

The error is:

Traceback (most recent call last):
  File "pyarrow/ipc.pxi", line 240, in pyarrow.lib._CRecordBatchWriter.write_table
  File "pyarrow/error.pxi", line 100, in pyarrow.lib.check_status
OSError: Could not write record batch to stream: 

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...