feat: substrait builder extra api#773
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. |
bd62615 to
d0cc543
Compare
8618365 to
434df46
Compare
434df46 to
83fa865
Compare
5bdace0 to
ef5e526
Compare
benbellick
left a comment
There was a problem hiding this comment.
Just a few comments. Thanks!
|
@benbellick updated as suggested :-) |
efabd93 to
fe68836
Compare
fe68836 to
1ca14b2
Compare
|
@benbellick since you started this review, do you have time for another look? |
benbellick
left a comment
There was a problem hiding this comment.
Left a few more comments. Thanks!
acd20a0 to
cbcf138
Compare
|
Sorry for the delay here.. other work commitments |
|
@benbellick my phone has told me there's a comment but I can't see in the PR... to answer your question - over enthaustic search and replace. |
benbellick
left a comment
There was a problem hiding this comment.
Left a few comments but they are mostly about docs and the tests. Otherwise, I think its good. Thanks for your patience with my reviews!
@mbwhite Sorry, I was trying to do a review but accidentally left that first comment by mistake. |
cbcf138 to
d413105
Compare
|
@benbellick @nielspardon update with the latest comments Ben. :-) I'll take the example suggestion and do a large example PR |
5249003 to
77dada1
Compare
937a20b to
172d48a
Compare
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: matthew brian white <whitemat@uk.ibm.com>
Signed-off-by: matthew brian white <whitemat@uk.ibm.com>
Signed-off-by: matthew brian white <whitemat@uk.ibm.com>
Co-authored-by: Niels Pardon <mail@niels-pardon.de>
Signed-off-by: matthew brian white <whitemat@uk.ibm.com>
Signed-off-by: matthew brian white <whitemat@uk.ibm.com>
2e1ceb9 to
75a5722
Compare
Follow on to pr #767 to fill some missing gaps in the substrait builder. We've recently used the Substrait Builder and found that there some variants and missing gaps in the APIs. We'd subclassed it to add these, so I'm now wanting to push these to the main codebase.
There wasn't a unit test already so I've added a basic one here - which I appreciate will is quite large.