substrait-io / substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.
https://substrait.io
Apache License 2.0
1.14k stars 148 forks source link

fix: add missing RelCommon field to WriteRel and DdlRel #591

Closed joellubi closed 7 months ago

joellubi commented 7 months ago

Adding the RelCommon field to WriteRel and DdlRel message types so that they can be handled with the same common functionality as other operators.

Addition of a new field is not a breaking change.

Context from Slack discussion

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.