rusackas commented on issue #36939: URL: https://github.com/apache/superset/issues/36939#issuecomment-5125293961
Confirmed and fixed the SHOW-statement half in #42588 — same guard @phaethon sketched, isinstance(self._parsed, exp.Show) in the FORCE_LIMIT branch. The REFRESH EXTERNAL TABLE / DROP ... FORCE half is a separate upstream sqlglot dialect gap, not fixable here. -- 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]
