-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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(drilling): drill by pagination works with MSSQL data source #27442
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #27442 +/- ##
==========================================
+ Coverage 67.39% 69.69% +2.30%
==========================================
Files 1909 1909
Lines 74744 74744
Branches 8327 8327
==========================================
+ Hits 50371 52095 +1724
+ Misses 22323 20599 -1724
Partials 2050 2050
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@sfirke once this is ready for review would you mind adding the relevant reviewers? |
@sfirke the CI error you're getting
is because you're passing a
instead of a
|
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
f2f67a7
to
b2ec2a9
Compare
I'm stuck, it's unclear to me why this test is failing:
And why is |
c3f714a
to
c638709
Compare
SUMMARY
fixes #24072 in which Microsoft SQL Server requires an order-by column in order for pagination to succeed. In doing so, now the drilled data is always sorted by the 1st column in ascending order. Previously it retained the dataset's sort order.
Better fixes outside of my ability might be:
But I think the harm introduced (re-sorting the drilled data) is outweighed by fixing this feature for MSSQL.
TESTING INSTRUCTIONS
BEFORE (4.0.0rc1
Drilling.in.4.0.0.take.2-20240313_160744-Meeting.Recording.mp4
AFTER
Post-Patch.MSSQL.Drilling-20240313_160519-Meeting.Recording.mp4
ADDITIONAL INFORMATION