ZhangqyTJ commented on issue #1417:
URL:
https://github.com/apache/arrow-datafusion/issues/1417#issuecomment-993124809
I think I have resolved this issue:
(1) Add the'object_store_str' field in ListingTableScanNode to store the
serialized object_store
(2) Serialize object_store in to_proto.rs, deserialize in from_proto.rs,
and perform type matching through ObjectStoreEnum
But I found a new issue. When I tested reading minio's .tbl data, it was
successful, but reading the .parquet file gave an error: ParquetError("Parquet
error: underlying IO error: failed to fill whole buffer")'. I don't know the
reason for the error
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]