ZhangqyTJ
ZhangqyTJ
I will try to solve this issue
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...
Project address: https://github.com/ZhangqyTJ/arrow-datafusion.git Test code file: datafusion/src/physical_plan/file_format/parquet.rs Test function: test_minio_parquet() Steps: (1) Build a minio service: https://docs.min.io/docs/minio-quickstart-guide.html (2) Create a bucket in minio: Access with browser http://ip:port (default user name...