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
   
   
![TIM图片20200203005037](https://user-images.githubusercontent.com/9401765/73619618-284f0880-4669-11ea-8f86-fff60069e695.png)
   
   
   #### 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]

Reply via email to