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 2021/09/07 14:27:51 UTC

[GitHub] [superset] buremba opened a new issue #16620: Table displays `undefined` if there is dot character in column name

buremba opened a new issue #16620:
URL: https://github.com/apache/superset/issues/16620


   A clear and concise description of what the bug is.
   
   ### Expected results
   
   The column names may include special characters such as `.` and they're valid in most of the databases so the value should be displayed without an issue.
   
   ### Actual results
   
   Somehow, if the column name includes the `.` character, the table displays `undefined` while the chart works fine.
   
   #### Screenshots
   
   ![CleanShot 2021-09-07 at 17 23 48@2x](https://user-images.githubusercontent.com/82745/132361459-40b168a9-8eee-4e01-9579-412fb9bf6631.png)
   
   <img width="1274" alt="CleanShot 2021-09-07 at 17 23 22@2x" src="https://user-images.githubusercontent.com/82745/132361406-f944afd3-70d7-463a-8701-c81f43d9253b.png">
   #### How to reproduce the bug
   
   1. Go to SQL Lab, run the following query:
   ```
   SELECT 1500 AS "customer.total_customers"
   ```
   2. Explore from the dataset and look for the values in the table.
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: superset version 1.2.0
   - python version: python --version: python-3.7.10
   
   I used Postgresql, Presto, and Trino databases and the issue persisted.
   
   ### Checklist
   - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Since the values are displayed in the chart and SQL Lab correctly, I believe that it's a minor front-end bug in chart builder.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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] [superset] yousoph commented on issue #16620: Table displays `undefined` if there is dot character in column name

Posted by GitBox <gi...@apache.org>.
yousoph commented on issue #16620:
URL: https://github.com/apache/superset/issues/16620#issuecomment-950276162


   Looks to be resolved now: 
   ![image](https://user-images.githubusercontent.com/10627051/138584907-92647ab7-bfd4-456f-9be9-f08a06ccfb02.png)
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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] [superset] yousoph closed issue #16620: Table displays `undefined` if there is dot character in column name

Posted by GitBox <gi...@apache.org>.
yousoph closed issue #16620:
URL: https://github.com/apache/superset/issues/16620


   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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