Dandandan commented on issue #1826: URL: https://github.com/apache/datafusion-ballista/issues/1826#issuecomment-4643604422
`OffsetOverflowError` often occurs when the offset of array is too large to fit offsets. e.g. the left side of the join still uses `concat_batches`, to load the data, so this could happen when using i32 offset / `Utf8Array` datatype. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
