[ https://issues.apache.org/jira/browse/SPARK-46908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Wenchen Fan resolved SPARK-46908. --------------------------------- Fix Version/s: 4.0.0 Resolution: Fixed Issue resolved by pull request 44938 [https://github.com/apache/spark/pull/44938] > Extend SELECT * support outside of select list > ---------------------------------------------- > > Key: SPARK-46908 > URL: https://issues.apache.org/jira/browse/SPARK-46908 > Project: Spark > Issue Type: Improvement > Components: Spark Core > Affects Versions: 4.0.0 > Reporter: Serge Rielau > Assignee: Serge Rielau > Priority: Major > Labels: SQL, pull-request-available > Fix For: 4.0.0 > > > Traditionally * is confined to thr select list and there to the top level of > expressions. > Spark does, in an undocumented fashion support * in the SELECT list for > function argument list. > Here we want to expand upon this capability by adding the WHERE clause > (Filter) as well as a couple of more scenarios such as row value constructors > and IN operator. -- 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