-
Notifications
You must be signed in to change notification settings - Fork 245
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
Offset support for TakeOrderedAndProject #8226
Conversation
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[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.
Really just some nits.
sql-plugin/src/main/spark340/scala/com/nvidia/spark/rapids/shims/LimitShims.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/spark340/scala/com/nvidia/spark/rapids/shims/LimitShims.scala
Outdated
Show resolved
Hide resolved
Signed-off-by: Raza Jafri <[email protected]>
…ffset Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
873e6af
to
e72d5e2
Compare
build |
Connection problem with DB 3.2.1 |
build |
Failed again due to connection being refused but this time to DB 330 |
Just had a few nits on the tests. Nothing critical. Would be happy to merge this in as is, but it would be nice to fix them. |
Signed-off-by: Raza Jafri <[email protected]>
build |
CI has been failing due to crashed gateway. There is an issue filed for it here I kicked off the CI before I saw the issue was created. |
build |
This PR adds support for the offset parameter for TakeOrderedAndProjectExec.
fixes #6034