leoguo1024
Results
1
comments of
leoguo1024
I encountered the same problem and tried to print some logs to investigate the issue. The code is as follows: superset/sql_parse.py ``` class ParsedQuery: def __init__( self, sql_statement: str, strip_comments:...