Github user dbtsai commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22357#discussion_r216199370
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaPruning.scala
 ---
    @@ -17,7 +17,7 @@
     
     package org.apache.spark.sql.execution.datasources.parquet
     
    -import org.apache.spark.sql.catalyst.expressions.{And, Attribute, 
AttributeReference, Expression, NamedExpression}
    +import org.apache.spark.sql.catalyst.expressions.{And, Attribute, 
AttributeReference, Expression, IsNotNull, IsNull, NamedExpression}
    --- End diff --
    
    line too long.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to