Github user rxin commented on a diff in the pull request:
https://github.com/apache/spark/pull/5616#discussion_r29107363
--- Diff: sql/core/src/test/scala/org/apache/spark/sql/TestData.scala ---
@@ -57,6 +58,15 @@ object TestData {
TestData2(3, 2) :: Nil, 2).toDF()
testData2.registerTempTable("testData2")
+ case class DoubleData(a: JavaDouble, b: JavaDouble)
--- End diff --
i think we should now just create these datasets in the parts that need
them. The ones here were mostly pre-dataframe when it was pretty hard to create
these.
---
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]