zhaoyongjie commented on code in PR #21729: URL: https://github.com/apache/superset/pull/21729#discussion_r990703779
########## superset/connectors/sqla/models.py: ########## @@ -1314,7 +1315,6 @@ def get_sqla_query( # pylint: disable=too-many-arguments,too-many-locals,too-ma columns_by_name: Dict[str, TableColumn] = { col.column_name: col for col in self.columns } - Review Comment: keeping the blank line. -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org