betodealmeida commented on code in PR #33524:
URL: https://github.com/apache/superset/pull/33524#discussion_r2096553329
##########
tests/unit_tests/sql/parse_tests.py:
##########
@@ -1625,3 +1642,608 @@ def test_as_cte(sql: str, engine: str, expected: str)
-> None:
Test that we can covert select to CTE.
"""
assert SQLStatement(sql, engine).as_cte().format() == expected
+
+
[email protected](
Review Comment:
These tests are all copied from
`superset/tests/unit_tests/sql_parse_tests.py`, except a few that are not
relevant.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]