You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/03 01:46:13 UTC

[GitHub] [incubator-superset] zhxjdwh opened a new issue #9071: [Big Number with Trendline ] sql bug

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] zhxjdwh commented on issue #9071: [Big Number with Trendline ] sql bug

Posted by GitBox <gi...@apache.org>.
zhxjdwh commented on issue #9071: [Big Number with Trendline ] sql bug
URL: https://github.com/apache/incubator-superset/issues/9071#issuecomment-581795874
 
 
   @john-bodley thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] zhxjdwh closed issue #9071: [Big Number with Trendline ] sql bug

Posted by GitBox <gi...@apache.org>.
zhxjdwh closed issue #9071: [Big Number with Trendline ] sql bug
URL: https://github.com/apache/incubator-superset/issues/9071
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] john-bodley commented on issue #9071: [Big Number with Trendline ] sql bug

Posted by GitBox <gi...@apache.org>.
john-bodley commented on issue #9071: [Big Number with Trendline ] sql bug
URL: https://github.com/apache/incubator-superset/issues/9071#issuecomment-581557878
 
 
   @zhxjdwh this issue is described in [SIP-15](https://github.com/apache/incubator-superset/issues/6360)  and a solution was introduced in 0.36. To enable it you will have to set the [SIP_15_ENABLED](https://github.com/apache/incubator-superset/blob/0.36/superset/config.py#L741) flag to `True`. Note in `master` the default value is now `True`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org