You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE:
- buffer passed to substrait_validator::parse() must now be Clone, in
order to be able to parse it as both substrait.Plan and
substrait.PlanVersion (if the former fails)
- substrait_validator::version() and substrait_validator::substrait_version()
now return semver::Version objects rather than strings
0 commit comments