-
Notifications
You must be signed in to change notification settings - Fork 902
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
Add Java bindings for AST transform #8846
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8846 +/- ##
================================================
- Coverage 10.67% 10.58% -0.10%
================================================
Files 110 116 +6
Lines 18271 18654 +383
================================================
+ Hits 1951 1974 +23
- Misses 16320 16680 +360
Continue to review full report at Codecov.
|
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.
It looks good as a first go at the AST APIs. I think the APIs look good enough that we can probably avoid the need to change the user facing APIs too much in the future.
rerun tests |
1 similar comment
rerun tests |
rerun tests |
@gpucibot merge |
This adds Java bindings to the AST transform operation that computes a new column from an input table using an AST expression.