-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: virtualTable expression should represent a row of expression #727
fix: virtualTable expression should represent a row of expression #727
Conversation
ACTION NEEDED Substrait follows the Conventional Commits The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops!
Makes sense.
@vbarua @EpsilonPrime @westonpace would be good to get your eyes on this so we can fix quickly |
@anshuldata , this shouldn't have been merged until we had at least 2 SMC approvals since it is a spec change. Please refer to https://substrait.io/governance/#substrait-voting-process in future to make sure we're following process. Thanks! |
got it. I will be careful in future. Thanks for pointing it out |
BREAKING CHANGE: changes the message type for Expressions field in VirtualTable
Fixed issue mentioned in this
I have fixed it by fixing recently introduced field. Though this is a breaking change but since this field is introduced very recently so I assume this won't have many consumers. So, instead of having another field I decided to fix existing field