Skip to content

Commit

Permalink
Test: Bump Kyuubi TPC-DS connector 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Oct 30, 2023
1 parent 683c558 commit d5e8064
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ allprojects {

repositories {
maven { url = "$mavenCentralMirror" }
maven { url = "https://repository.apache.org/content/repositories/orgapachekyuubi-1039/" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commons_codec_version=1.16.0
jakarta_annotation_api_version=1.3.5

# Test only
kyuubi_version=1.7.1
kyuubi_version=1.8.0
testcontainers_scala_version=0.41.0
scalatest_version=3.2.15
flexmark_version=0.62.2
4 changes: 1 addition & 3 deletions spark-3.3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ project(":clickhouse-spark-it-${spark_binary_version}_$scala_binary_version") {

testImplementation("com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version:all") { transitive = false }

if (scala_binary_version == "2.12") {
testImplementation "org.apache.kyuubi:kyuubi-spark-connector-tpcds_${scala_binary_version}:$kyuubi_version"
}
testImplementation "org.apache.kyuubi:kyuubi-spark-connector-tpcds_${scala_binary_version}:$kyuubi_version"
}

test {
Expand Down
4 changes: 1 addition & 3 deletions spark-3.4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ project(":clickhouse-spark-it-${spark_binary_version}_$scala_binary_version") {

testImplementation("com.clickhouse:clickhouse-jdbc:$clickhouse_jdbc_version:all") { transitive = false }

if (scala_binary_version == "2.12") {
testImplementation "org.apache.kyuubi:kyuubi-spark-connector-tpcds_${scala_binary_version}:$kyuubi_version"
}
testImplementation "org.apache.kyuubi:kyuubi-spark-connector-tpcds_${scala_binary_version}:$kyuubi_version"
}

test {
Expand Down

0 comments on commit d5e8064

Please sign in to comment.