Skip to content

Commit

Permalink
[DOP-18232] - rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov committed Sep 4, 2024
1 parent 1309c6e commit 7064785
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.mtsongithub.doetl.sparkdialectextensions
package io.github.mtsongithub.sparkdialectextensions

import scala.util.matching.Regex
import org.apache.spark.sql.jdbc.{JdbcDialect, JdbcType}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.mtsongithub.doetl.sparkdialectextensions
package io.github.mtsongithub.sparkdialectextensions

import org.scalatest.prop.{TableDrivenPropertyChecks, TableFor3}
import org.scalatest.funsuite.AnyFunSuite
Expand All @@ -7,7 +7,7 @@ import org.apache.spark.sql.jdbc.JdbcDialects
import org.apache.spark.sql.types.Metadata
import org.apache.spark.sql.Row
import org.apache.spark.sql.types._
import io.github.mtsongithub.doetl.sparkdialectextensions.clickhouse.{ClickhouseDataframeGenerator, ClickhouseFixture}
import io.github.mtsongithub.sparkdialectextensions.clickhouse.{ClickhouseDataframeGenerator, ClickhouseFixture}

class ClickhouseDialectTest
extends AnyFunSuite
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.mtsongithub.doetl.sparkdialectextensions
package io.github.mtsongithub.sparkdialectextensions

import org.apache.spark.sql.SparkSession
import org.scalatest.BeforeAndAfterAll
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.mtsongithub.doetl.sparkdialectextensions.clickhouse
package io.github.mtsongithub.sparkdialectextensions.clickhouse

import org.apache.spark.sql.types._
import org.apache.spark.sql.{DataFrame, Row, SparkSession}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.mtsongithub.doetl.sparkdialectextensions.clickhouse
package io.github.mtsongithub.sparkdialectextensions.clickhouse

import io.github.cdimascio.dotenv.Dotenv
import org.scalatest.{BeforeAndAfterEach, Suite}
Expand Down

0 comments on commit 7064785

Please sign in to comment.