zhaoyongjie commented on code in PR #21767: URL: https://github.com/apache/superset/pull/21767#discussion_r1000677043
########## superset-frontend/src/explore/constants.ts: ########## @@ -45,6 +45,7 @@ export enum Operators { LATEST_PARTITION = 'LATEST_PARTITION', IS_TRUE = 'IS_TRUE', IS_FALSE = 'IS_FALSE', + DATETIME_BETWEEN = 'DATETIME_BETWEEN', Review Comment: Like this. Thanks to InteliJ, renaming is done in 1 second. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org