Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19651#discussion_r150404057
--- Diff:
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveInspectors.scala ---
@@ -256,10 +257,6 @@ private[hive] trait HiveInspectors {
case _ => false
}
- private def withNullSafe(f: Any => Any): Any => Any = {
- input => if (input == null) null else f(input)
- }
-
--- End diff --
This is moved into `OrcUtils`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]