betodealmeida commented on code in PR #32701:
URL: https://github.com/apache/superset/pull/32701#discussion_r1999134847
##########
superset-frontend/src/explore/constants.ts:
##########
@@ -83,8 +83,8 @@ export const OPERATOR_ENUM_TO_OPERATOR_TYPE: {
display: t('use latest_partition template'),
operation: 'LATEST PARTITION',
},
- [Operators.IsTrue]: { display: t('Is true'), operation: '==' },
- [Operators.IsFalse]: { display: t('Is false'), operation: '==' },
+ [Operators.IsTrue]: { display: t('Is true'), operation: 'IS TRUE' },
+ [Operators.IsFalse]: { display: t('Is false'), operation: 'IS FALSE' },
Review Comment:
This is the main change in the PR, everything else is fixing the code to
work properly.
--
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]