mridulm commented on pull request #33957: URL: https://github.com/apache/spark/pull/33957#issuecomment-932997929
You could create a broadcast variable and check if `checksums` array is non-null. Either via reflection or add a `private[broadcast] def getChecksums = checksums` - and validate the array has results. -- 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]
