-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: superset-ui/core code coverage #20676
Conversation
@@ -43,7 +43,6 @@ export default function processFilters( | |||
const { adhoc_filters, extras = {}, filters = [], where } = formData; | |||
const simpleWhere: QueryObjectFilterClause[] = filters; | |||
|
|||
const simpleHaving: QueryObjectFilterClause[] = []; |
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.
discussion from PR, should remove druid simpleHaving clause
} else { | ||
simpleHaving.push(filterClause); |
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.
use only in native druid connector.
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
Codecov Report
@@ Coverage Diff @@
## master #20676 +/- ##
=======================================
Coverage 66.85% 66.85%
=======================================
Files 1753 1753
Lines 65827 65825 -2
Branches 7006 7006
=======================================
Hits 44010 44010
+ Misses 20031 20030 -1
+ Partials 1786 1785 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
SUMMARY
to fix master
superset-ui/core
coverage breaks CI.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
pass all CI
ADDITIONAL INFORMATION