jpfeuffer commented on issue #43604: URL: https://github.com/apache/arrow/issues/43604#issuecomment-2275356020
Hmm so I found the "error". If I use exactly the schema from the read batch, it works (no segfaults, no garbled output). But if I print the schema: ``` smiles: string id: string ``` So, what is different from manually specifying the schema like I did in the beginning? ``` schema = pa.schema([ ('smiles', pa.string()), ('id', pa.string()) ]) ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org