dongjoon-hyun commented on code in PR #50932:
URL: https://github.com/apache/spark/pull/50932#discussion_r2100474270


##########
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:
   To @LuciferYang , I landed ORC-1898 to all live ORC branches. Apache ORC has 
a longer support period (3 years) than Apache Spark. So, all live Spark will 
get the upgrade. For example, Apache Spark 3.5.x will get ORC 1.9.7.



-- 
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

Reply via email to