You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaPruningSuite.scala
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ class ParquetSchemaPruningSuite
185
185
checkAnswer(query4, Row("Jane", "abc") ::Nil)
186
186
}
187
187
188
-
testSchemaPruning("select nullable complex field and having is null predicate") {
188
+
testSchemaPruning("select nullable complex field and having is not null predicate") {
189
189
valquery= sql("select employer.company from contacts "+
0 commit comments