Burak Yavuz created SPARK-52300: ----------------------------------- Summary: Catalog config overrides do not make it into UDTVF resolution Key: SPARK-52300 URL: https://issues.apache.org/jira/browse/SPARK-52300 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 4.0.0 Reporter: Burak Yavuz Assignee: Burak Yavuz
When resolving SQL User-defined Table Valued Functions, the catalog options do not get registered correctly if the configurations were overridden after a session is created (that is, not available as an override at Spark startup). This is not a problem during View resolution. This rift is unnecessary and the resolution rules should be consistent with regards to which SQL configurations get passed down during UDTVF resolution similar with view resolution. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org