-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: MakeResultSet
using wrong schema in projection
#2049
Conversation
MakeResultSet
using wrong schema in projection
Codecov Report
@@ Coverage Diff @@
## main #2049 +/- ##
============================================
+ Coverage 75.66% 75.79% +0.12%
Complexity 347 347
============================================
Files 615 615
Lines 116794 116923 +129
Branches 1015 1015
============================================
+ Hits 88378 88626 +248
+ Misses 28207 28088 -119
Partials 209 209
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.
LGTM
The result returned by
Scan
function inTableReader
is incorrect currently.