[ https://issues.apache.org/jira/browse/SPARK-51260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gengliang Wang resolved SPARK-51260. ------------------------------------ Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 50011 [https://github.com/apache/spark/pull/50011] > Move V2ExpressionBuilder and PushableExpression to Catalyst module > ------------------------------------------------------------------ > > Key: SPARK-51260 > URL: https://issues.apache.org/jira/browse/SPARK-51260 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 4.1 > Reporter: Gengliang Wang > Assignee: Gengliang Wang > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > The class V2ExpressionBuilder is under the package > org.apache.spark.sql.catalyst.util while the file path is under SQL core > module. The file path should be under SQL Catalyst module instead. > Since V2ExpressionBuilder references the object PushableExpression, we should > move it to Catalyst module as well. -- 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