Skip to content

Commit a6cb47f

Browse files
wip
Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]>
1 parent a1b860b commit a6cb47f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

spark/src/test/scala/ai/chronon/spark/test/TableUtilsTest.scala

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@
1717
package ai.chronon.spark.test
1818

1919
import ai.chronon.api._
20-
import ai.chronon.online.{PartitionRange, SparkConversions}
20+
import ai.chronon.online.PartitionRange
21+
import ai.chronon.online.SparkConversions
2122
import ai.chronon.spark._
2223
import ai.chronon.spark.test.TestUtils.makeDf
2324
import org.apache.hadoop.hive.ql.exec.UDF
25+
import org.apache.spark.sql.Row
26+
import org.apache.spark.sql._
2427
import org.apache.spark.sql.functions.col
25-
import org.apache.spark.sql.{Row, _}
26-
import org.junit.Assert.{assertEquals, assertTrue}
28+
import org.junit.Assert.assertEquals
29+
import org.junit.Assert.assertTrue
2730
import org.scalatest.flatspec.AnyFlatSpec
2831

2932
import scala.util.Try

0 commit comments

Comments
 (0)