Skip to content

Commit

Permalink
Move code to Catalyst package.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Jul 2, 2015
1 parent d2b4a4a commit ab76cbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
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

0 comments on commit ab76cbd

Please sign in to comment.