Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move code to Catalyst package.
  • Loading branch information
JoshRosen committed Jul 2, 2015
commit ab76cbd89bf800d590b7833f5a25c62df4ec2a95
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
* limitations under the License.
*/

package org.apache.spark.sql.test
package org.apache.spark.sql

import org.apache.spark.sql.Row
import org.apache.spark.sql.types._

import scala.util.Random

import org.apache.spark.sql.types._

/**
* Random data generators for Spark SQL DataTypes. These generators do not generate uniformly random
* values; instead, they're biased to return "interesting" values (such as maximum / minimum values)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
* limitations under the License.
*/

package org.apache.spark.sql.test
package org.apache.spark.sql

import org.apache.spark.SparkFunSuite
import org.apache.spark.sql.catalyst.CatalystTypeConverters
import org.apache.spark.sql.types.{StructField, StructType, MapType, DataType}
import org.apache.spark.sql.types._

/**
* Tests of [[RandomDataGenerator]].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
* limitations under the License.
*/

package org.apache.spark.sql.test

import org.apache.spark.sql.types._
package org.apache.spark.sql.types

/**
* Utility functions for working with DataTypes in tests.
Expand Down