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
At the moment, the emit feature is tested with respect to each relation. It can be further tested with the combination of other relations. https://issues.apache.org/jira/browse/ARROW-15584 contains the basic tests. Since this PR is already a bit lengthy one, decided to include the rest of the effort as a sub-task to the parent task which covers Substrait end-to-end tests.
Adding compound tests for Substrait Emit. This is an extension to previous tests which only included emit testing only with a particular operator + read.
Also the util functions used in tests are moved to `test_util.cc` where future tests including compound relations can re-use this logic.
* Closes: #32747
Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com>
Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com>
Co-authored-by: vibhatha <vibhatha@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
…#14174)
Adding compound tests for Substrait Emit. This is an extension to previous tests which only included emit testing only with a particular operator + read.
Also the util functions used in tests are moved to `test_util.cc` where future tests including compound relations can re-use this logic.
* Closes: apache#32747
Lead-authored-by: Vibhatha Abeykoon <vibhatha@gmail.com>
Co-authored-by: Vibhatha Lakmal Abeykoon <vibhatha@gmail.com>
Co-authored-by: vibhatha <vibhatha@gmail.com>
Signed-off-by: Weston Pace <weston.pace@gmail.com>
At the moment, the emit feature is tested with respect to each relation. It can be further tested with the combination of other relations. https://issues.apache.org/jira/browse/ARROW-15584 contains the basic tests. Since this PR is already a bit lengthy one, decided to include the rest of the effort as a sub-task to the parent task which covers Substrait end-to-end tests.
Reporter: Vibhatha Lakmal Abeykoon / @vibhatha
Assignee: Vibhatha Lakmal Abeykoon / @vibhatha
PRs and other links:
Note: This issue was originally created as ARROW-17486. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: