betodealmeida commented on code in PR #34302:
URL: https://github.com/apache/superset/pull/34302#discussion_r2229132465


##########
superset/sql/parse.py:
##########
@@ -644,7 +644,7 @@ def is_mutating(self) -> bool:
         # depending on the dialect (Oracle, MS SQL) the `ALTER` is parsed as a
         # command, not an expression - check at root level
         if isinstance(self._parsed, exp.Command) and self._parsed.name == 
"ALTER":
-            return True
+            return True  # pragma: no cover

Review Comment:
   This depends on the version of `sqlglot` being used.



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

Reply via email to