AAfghahi commented on code in PR #20338:
URL: https://github.com/apache/superset/pull/20338#discussion_r893993753
##########
superset-frontend/packages/superset-ui-core/test/query/processFilters.test.ts:
##########
@@ -115,20 +113,6 @@ describe('processFilters', () => {
operator: '==',
comparator: 'almond',
},
- {
- expressionType: 'SIMPLE',
- clause: 'HAVING',
- subject: 'sweetness',
- operator: '>',
- comparator: '0',
- },
- {
- expressionType: 'SIMPLE',
- clause: 'HAVING',
- subject: 'sweetness',
- operator: '<=',
- comparator: '50',
- },
Review Comment:
I think so, because it maps to a field called `DRUID_ONLY_OPERATORS` however
they seem like relatively normal operators to have.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]