rusackas commented on PR #41803: URL: https://github.com/apache/superset/pull/41803#issuecomment-5371206238
@sha174n double-checked this against Trino's own docs: "Queries cannot be processed in a UDF... UDFs can not use SELECT queries to retrieve data or any other queries to process data within the UDF." That rules out scalar subqueries too, not just top-level SELECTs, so there's nothing for the opaque body to hide from table extraction or RLS. The `_parse` docstring's already pinned to 30.16.0, matching `base.txt`. -- 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]
