dhirschfeld commented on issue #43252: URL: https://github.com/apache/arrow/issues/43252#issuecomment-2228089195
This error was observed using `pandas` with `pyarrow` dtypes. Data was returned from a (databricks) database with columns of type `decimal128(38, 10)`. Trying to multiply two columns raised the above `ArrowInvalid` error. The above MCVE demonstrates the issue using just `pyarrow`. -- 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]
