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 2019/05/30 23:42:45 UTC

[GitHub] [incubator-superset] betodealmeida commented on a change in pull request #7627: Show expanded columns in gray in SQL Editor

betodealmeida commented on a change in pull request #7627: Show expanded columns in gray in SQL Editor
URL: https://github.com/apache/incubator-superset/pull/7627#discussion_r289212880
 
 

 ##########
 File path: superset/assets/src/SqlLab/components/ResultSet.jsx
 ##########
 @@ -207,6 +207,9 @@ export default class ResultSet extends React.PureComponent {
         data = results.data;
       }
       if (data && data.length > 0) {
+        const expandendColumns = results.expanded_columns
 
 Review comment:
   Thanks, will fix! At least the typos are consistent! :-P

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