sha174n commented on PR #44496: URL: https://github.com/apache/superset/pull/44496#issuecomment-5766081083
@aminghadersohi Confirmed and fixed in bc23bd4. On the pinned sqlglot the quoted-path forms parse to `exp.Put`/`exp.Get` instead of the `exp.Command` fallback, so the check now matches those node types explicitly via a node-to-head mapping, and the quoted forms are covered in both the parse and executor tests. Error messages on both call sites also render sorted and joined now. -- 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]
