betodealmeida commented on a change in pull request #4724: Improve database
type inference
URL:
https://github.com/apache/incubator-superset/pull/4724#discussion_r178435316
##########
File path: superset/db_engine_specs.py
##########
@@ -550,6 +575,11 @@ def adjust_database_uri(cls, uri, selected_schema=None):
uri.database = database
return uri
+ @classmethod
+ def get_datatype(cls, type_code):
Review comment:
This method is identical to the base class and can be removed, no?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services