-
Notifications
You must be signed in to change notification settings - Fork 978
[KYUUBI #360] Correct handle getNextRowSet with FETCH_PRIOR FETCH_FIRST #370
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #370 +/- ##
==========================================
+ Coverage 80.74% 80.84% +0.09%
==========================================
Files 98 99 +1
Lines 3574 3612 +38
Branches 416 423 +7
==========================================
+ Hits 2886 2920 +34
- Misses 474 475 +1
- Partials 214 217 +3
|
|
|
||
| package org.apache.kyuubi.engine.spark | ||
|
|
||
| private[engine] sealed trait FetchIterator[A] extends Iterator[A] { |
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.
Let's honor Spark libraries and add some comment about it
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.
Updated
|
thanks, merged to master for v1.1.0 |
Why are the changes needed?
close #360
Ref: apache/spark#30600
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request