jvanstraten opened a new pull request, #13468:
URL: https://github.com/apache/arrow/pull/13468
Note: I actually upgraded to v0.6.0; it didn't make much sense to me to not
just go to the latest release. I guess I'll downgrade if there was a specific
reason for going to exactly v0.3.0 that I'm not aware of.
Stuff that broke:
- `relations.proto` and `expressions.proto` were merged into
`algebra.proto` in https://github.com/substrait-io/substrait/pull/136
- Breaking change in how file formats are specified in read relations:
https://github.com/substrait-io/substrait/pull/169
- Deprecation in specification of function arguments, switched to the new
format (supporting the old one as well would be a bit more work, which I'm not
sure is worthwhile at this stage):
https://github.com/substrait-io/substrait/pull/161
- Deprecation of `user_defined_type_reference` in `Type`, replacing it with
a message that also supports nullability:
https://github.com/substrait-io/substrait/pull/217
--
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]