-
Notifications
You must be signed in to change notification settings - Fork 234
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
[FEA] Audit GenerateExec #228
Comments
Configs don't match and mainly due to not having array support. Will resume once we have Array type support. |
@nartal1 can u list the configs that dont match here for completeness? Thanks! |
Sorry missed this. It should have been "API is not translated fully" instead of configs. Took a look again and we are good on configs(no configs on Spark side). |
To make it work, we would need some operations support(explode, posexplode) from libcudf. |
Removing it from current milestone. |
New interface GpuGenerator was added and it makes the GpuGenerateExec API fully translated to GenerateExec. |
Signed-off-by: spark-rapids automation <[email protected]>
Is your feature request related to a problem? Please describe.
Ensure Spark and Rapids plugin version of the exec match functionality.
Verify Config specific to the operator match.
Verify API is consistent and fully translated.
Port relevant tests.
The text was updated successfully, but these errors were encountered: