You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/10/12 11:51:58 UTC

[GitHub] invenis-paris opened a new issue #3659: Integer values displayed as decimal

invenis-paris opened a new issue #3659: Integer values displayed as decimal
URL: https://github.com/apache/incubator-superset/issues/3659
 
 
   ### Superset version
   0.20.3
   
   ### Expected results
   Pivot table column headline should display integer when the column in DB is BIGINT
   
   ### Actual results
   Column headlines in pivot table are displayed in decimal (1.0, 2.0, etc.) 
   
   
   ### Steps to reproduce
   A table with 
   Name(VARCHAR);Days(BIGINT)
   a;1
   b;1
   c;2
   
   A Pivot table slice:
   GroupBy: Name
   Columns: Days
   Metrics: count(*)
   Columns should be 1 and 2 but are 1.0 and 2.0
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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