[ https://issues.apache.org/jira/browse/SPARK-34814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hyukjin Kwon reassigned SPARK-34814: ------------------------------------ Assignee: angerszhu > LikeSimplification should handle NULL > ------------------------------------- > > Key: SPARK-34814 > URL: https://issues.apache.org/jira/browse/SPARK-34814 > Project: Spark > Issue Type: Bug > Components: SQL > Affects Versions: 3.2.0 > Reporter: Yuming Wang > Assignee: angerszhu > Priority: Major > > It will throw NPE if add this test to {{RegexpExpressionsSuite}}: > {code:scala} > import org.apache.spark.sql.catalyst.optimizer.ConstantFolding > import org.apache.spark.sql.internal.SQLConf > withSQLConf(SQLConf.OPTIMIZER_EXCLUDED_RULES.key -> > ConstantFolding.getClass.getName.stripSuffix("$")) { > checkEvaluation(Literal.create("foo", StringType) > .likeAll("%foo%", Literal.create(null, StringType)), null) > } > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org