Skip to content

Commit

Permalink
Test: Bump Kyuubi TPC-DS connector 1.8.0 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 authored Nov 7, 2023
1 parent 8038636 commit 7b79661
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tpcds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
fail-fast: false
matrix:
spark: [ 3.3, 3.4 ]
scala: [ 2.12, 2.13 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -41,6 +42,7 @@ jobs:
- run: >-
./gradlew clean slowTest --no-daemon --refresh-dependencies
-Dspark_binary_version=${{ matrix.spark }}
-Dscala_binary_version=${{ matrix.scala }}
-PmavenCentralMirror=https://maven-central.storage-download.googleapis.com/maven2/
- name: Upload test logs
if: failure()
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 7b79661

Please sign in to comment.