LuciferYang commented on code in PR #50932:
URL: https://github.com/apache/spark/pull/50932#discussion_r2100523179


##########
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:
   Thank you for your explanation @dongjoon-hyun . 
   Then let's wait for the upgrade of the ORC to resolve the issue. @yuexing 



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