rhshadrach opened a new issue, #49003: URL: https://github.com/apache/arrow/issues/49003
### Describe the bug, including details regarding any error messages, version, and platform. This is currently causing failures on the pandas CI. ```python table = pyarrow.csv.read_csv(io.BytesIO(f"data\n10E-617".encode())) print(table) # pyarrow.Table <-- pyarrow 22.0.0 # data: double # ---- # data: [[0]] # pyarrow.Table <-- pyarrow 22.0.0 # data: string # ---- # data: [["10E-617"]] ``` It's not clear to me if this was an intentional change. The only thing that looked possibly related from the release notes was https://github.com/apache/arrow/pull/47925 but I haven't bisected to find if this was the cause. ### Component(s) Python -- 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]
