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/12/07 17:51:24 UTC

[GitHub] [incubator-superset] lctdulac opened a new issue #11953: Missing data (null) in Time Series Table when no filter applied | Not a data issue from our side

lctdulac opened a new issue #11953:
URL: https://github.com/apache/incubator-superset/issues/11953


   Hi SuperSet community.
   
   We've been encountering an UI issue with SuperSet when plotting Time Series table. Some datapoints are missing from the graphs and showing ''nulls''. However, the weird thing is, when filtering the data in the dashboard to display only the rows where we witness the issue, those data points appear correctly.
   
   ### Expected results
   
   We except the time series to be plotted without these missing data points (nulls) as there are no nulls in the data.
   
   ### Actual results
   
   Some random nulls appear in the chart though there are data to display.
   When filtering the data, the bug disappears. 
   
   #### Screenshots
   
   **Without filtering :**
   
   ![Screenshot 2020-12-07 at 10 35 57_censored](https://user-images.githubusercontent.com/46674763/101335015-ea1e0900-3878-11eb-9f6c-1be7eecb0148.jpg)
   
   ![Screenshot 2020-12-07 at 10 36 22_censored](https://user-images.githubusercontent.com/46674763/101335033-eee2bd00-3878-11eb-8340-3730cbaf76d0.jpg)
   
   **After filtering to only the rows displayed above:**
   
   ![Screenshot 2020-12-07 at 10 37 20_censored](https://user-images.githubusercontent.com/46674763/101335078-fe620600-3878-11eb-9f7c-daa152ae2612.jpg)
   
   #### How to reproduce the bug
   
   1. Create Time Series table.
   2. Add the time series table to a dashboard.
   3. Filter down on the column used to group by in the time series table.
   4. Compare
   
   ### Environment
   
   The table used for the time series table is (Rows 166,645 | Cols 42) queried using Presto SQL Engine.
   We are aggregating on a VARCHAR column and the data plotted is of type BIGINT.
   
   - superset version: 0.37.2
   - python version: 3.6.12
   
   ### Additional context
   
   The dashboard is very big (close to the size limit). 


----------------------------------------------------------------
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



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


[GitHub] [incubator-superset] junlincc commented on issue #11953: Missing data (null) in Time Series Table when no filter applied | Not a data issue from our side

Posted by GitBox <gi...@apache.org>.
junlincc commented on issue #11953:
URL: https://github.com/apache/incubator-superset/issues/11953#issuecomment-740432459


   thanks for reporting, we are looking into it! 
   
   @eugeniamz do you have this issue? im not able to reproduce this issue with our sample datasets. 


----------------------------------------------------------------
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



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