Github user seyfe commented on the issue:
https://github.com/apache/spark/pull/15706
Hi @rxin ,
I added a unittest in
[DatasetSuite](https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala)
but I wasn't able to repro it. Bug only reproduce in spark-shell. That's why I
moved the unittest to
[ReplSuite](https://github.com/apache/spark/blob/master/repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala).
I checked the history and seems like we are adding unittests to only
scala-2.11 now. If that's not the case, I can create same one in [ReplSuite
scala-210](https://github.com/apache/spark/blob/master/repl/scala-2.10/src/test/scala/org/apache/spark/repl/ReplSuite.scala)
Please let me know.
Thanks
---
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]