Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/16751
BTW, is there any condition to reproduce that? At least, `sbt` seems not to
complain like that.
```
$ build/sbt "project sql" "test-only *.ParquetAvroCompatibilitySuite"
...
[info] ParquetAvroCompatibilitySuite:
10:04:21.541 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load
native-hadoop library for your platform... using builtin-java classes where
applicable
[info] - required primitives (3 seconds, 937 milliseconds)
[info] - optional primitives (220 milliseconds)
[info] - non-nullable arrays (394 milliseconds)
[info] - nullable arrays (parquet-avro 1.7.0 does not properly support
this) !!! IGNORED !!!
[info] - SPARK-10136 array of primitive array (231 milliseconds)
[info] - map of primitive array (259 milliseconds)
[info] - various complex types (418 milliseconds)
[info] - SPARK-9407 Push down predicates involving Parquet ENUM columns
(288 milliseconds)
[info] ScalaCheck
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
[info] Warning: Unknown ScalaCheck args provided: -oDF
[info] ScalaTest
[info] Run completed in 8 seconds, 762 milliseconds.
[info] Total number of tests run: 7
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 7, failed 0, canceled 0, ignored 1, pending 0
[info] All tests passed.
[info] Passed: Total 7, Failed 0, Errors 0, Passed 7, Ignored 1
[success] Total time: 283 s, completed Feb 3, 2017 10:04:32 AM
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]