-
Notifications
You must be signed in to change notification settings - Fork 237
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
support explode outer #2047
support explode outer #2047
Conversation
Signed-off-by: sperlingxx <[email protected]>
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.
Overall it is looking really good.
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.
Looks good. The docs still need to be re-generated and added to the PR.
Signed-off-by: sperlingxx <[email protected]>
build |
Tests are failing, possibly because of rapidsai/cudf#7787. If that's the case, those tests should be xfailed with a pointer to that cudf issue in the xfail description. |
* init branch-0.6 Signed-off-by: Peixin Li <[email protected]>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
* update integration images to support cuda update version Signed-off-by: Peixin Li <[email protected]>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: Jason Lowe <[email protected]>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
* Update docs for 0.5 release Signed-off-by: Sameer Raheja <[email protected]> * Update download page Signed-off-by: Sameer Raheja <[email protected]> * Remove duplicate line Signed-off-by: Sameer Raheja <[email protected]> * Update upcoming versions of spark testing readme Signed-off-by: Sameer Raheja <[email protected]> * Revert changes in FAQ.md so the log lines match the revision Signed-off-by: Sameer Raheja <[email protected]> * Removed "SNAPSHOT" verbiage Signed-off-by: Sameer Raheja <[email protected]>
merge from 0.5 to 0.6 [skip ci]
fix merge conflict from 0.5 [skip ci]
fix merge conflict for udf doc from 0.5 [skip ci]
* Init scripts to install cuda11 runtime Add the parameter 'init_script' to make init scripts common for Databricks. Add the 'init_cuda11_runtime.sh' to install cuda11 toolkit on Databricks. Signed-off-by: Tim Liu <[email protected]> * init scripts user is root
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
…DIA#2191) Signed-off-by: Jason Lowe <[email protected]>
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
[auto-merge] branch-0.5 to branch-0.6 [skip ci] [bot]
Signed-off-by: sperlingxx <[email protected]>
Signed-off-by: sperlingxx <[email protected]>
@sperlingxx this code here was upmerged to 0.6, but this is targeted to 0.5. Also there is a separate new PR for 0.6 #2215 for this same branch. Should we close this one? |
Yes, this PR should be closed. I am sorry that I forgot to close it. |
Signed-off-by: sperlingxx [email protected]
Current PR is to support explode outer (with/without position) in spark-rapids plugin.
P.S. This PR is marked as W.I.P. because it won't pass the tests until the cuDF fix take effect.