crepererum opened a new pull request, #3970: URL: https://github.com/apache/arrow-datafusion/pull/3970
# Which issue does this PR close? Closes #3968. # Rationale for this change `Expr::to_bytes` can create outputs that `Expr::from_bytes` can no longer read. # What changes are included in this PR? Try to deserialize the data in `Expr::to_bytes` to catch invalid data early. This is a workaround until https://github.com/tokio-rs/prost/issues/736 is implemented. # Are there any user-facing changes? Expressions that are nested too deeply are now rejected to serialization already. -- 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]
