Skip to content

Commit

Permalink
Merge pull request #6 from teamclairvoyant/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
rahulbhatia023 authored Jul 17, 2023
2 parents ad901b9 + e516241 commit d785d10
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
package com.clairvoyant.data.scalaxy.test.util

import org.apache.spark.sql.{DataFrame, SparkSession}
import org.apache.spark.sql.DataFrame
import org.apache.spark.sql.SparkSession
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should.Matchers

trait DataScalaxyTestUtil extends AnyFlatSpec with Matchers with DataFrameMatchers {

val sparkSession: SparkSession = SparkSession
.builder()
.master("local[*]")
.getOrCreate()
given sparkSession: SparkSession =
SparkSession
.builder()
.master("local[*]")
.getOrCreate()

import sparkSession.implicits.*

Expand Down

0 comments on commit d785d10

Please sign in to comment.