dongjoon-hyun commented on code in PR #50932: URL: https://github.com/apache/spark/pull/50932#discussion_r2102859149
########## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcFilters.scala: ########## @@ -202,6 +202,10 @@ private[sql] object OrcFilters extends OrcFiltersBase { val rhs = buildSearchArgument(dataTypeMap, right, lhs) rhs.end() + case Not(EqualNullSafe(name, value)) if dataTypeMap.contains(name) => Review Comment: BTW, Apache Spark 4.0.0 vote passed two hours ago. - [[VOTE][RESULT] Release Spark 4.0.0 (RC7)](https://lists.apache.org/thread/dbzg7881cz9yxzszhht40tr4hoplkhko) In addition, 3.5.6-rc1 tag was created 7 hours ago. - https://github.com/apache/spark/releases/tag/v3.5.6-rc1 Given the above situation, the Apache ORC PMC will try to target the next versions for delivery. It means Apache Spark 4.1.0, 4.0.1, and 3.5.7. I hope it's not too late for you. Thank you again for your contribution. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org