Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/18995#discussion_r154537798
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcFilters.scala
---
@@ -82,8 +82,7 @@ private[orc] object OrcFilters {
* Both CharType and VarcharType are cleaned at AstBuilder.
*/
private def isSearchableType(dataType: DataType) = dataType match {
- // TODO: SPARK-21787 Support for pushing down filters for DateType in
ORC
- case BinaryType | DateType => false
--- End diff --
This PR supports DateType PPD on new OrcFileFormat.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]