alamb commented on PR #23223: URL: https://github.com/apache/datafusion/pull/23223#issuecomment-4903107653
Have we ever seen StringView overflow errors? I think to get them we would need to have individual Strings that are larger than 2GB (overflow an i32) I thought a far more common issue was to overflow a String/Utf8 array (where the *total* length of all strings in a single Array can't be over 2GB) -- 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]
