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/04/26 21:52:52 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #7391: feat: see Presto row and array data types

john-bodley commented on a change in pull request #7391: feat: see Presto row and array data types
URL: https://github.com/apache/incubator-superset/pull/7391#discussion_r279114245
 
 

 ##########
 File path: superset/db_engine_specs.py
 ##########
 @@ -814,6 +834,164 @@ def get_view_names(cls, inspector, schema):
         """
         return []
 
+    @classmethod
+    def _create_column_info(cls, column, name, data_type):
 
 Review comment:
   Would you mind providing type hints for all arguments and the return type? It's a [suggestion](https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#typing) we have for all new Python methods and helps with type-checking and readability.

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