zhxjdwh opened a new issue #9071: [Big Number with Trendline ] sql bug URL: https://github.com/apache/incubator-superset/issues/9071 the [Big Number with Trendline ] generated sql , where clasue should be timecol >= beginTime and timecol < beginTime , but in superset-0.34.0, the where sql is : timecol >= beginTime and timecol **<=** beginTime , ### Expected results where timecol >= beginTime and timecol < beginTime ### Actual results #### Screenshots  #### How to reproduce the bug 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Environment (please complete the following information): - superset version: `superset version` superset-0.34.0 - python version: `python --version` - node.js version: `node -v` - npm version: `npm -v` ### Checklist ### Additional context
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
