ybapat commented on issue #57561: URL: https://github.com/apache/spark/issues/57561#issuecomment-5093090263
I've opened a PR that adds runtime size validation to both aggregates: #57567 The fix throws a `SparkRuntimeException` (`BITMAP_INPUT_TOO_LARGE`, SQLSTATE 22001) in `BitmapOrAgg.update()` and `BitmapAndAgg.update()` when the input exceeds 4096 bytes, rather than silently truncating. -- 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]
