Skip to content

Bump tokio from 1.51.1 to 1.52.0 #5079

Bump tokio from 1.51.1 to 1.52.0

Bump tokio from 1.51.1 to 1.52.0 #5079

Workflow file for this run

#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: TPC-DS
on:
workflow_dispatch:
push:
branches:
- master
- branch-*
pull_request:
branches:
- master
- branch-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test-spark-30:
name: Test spark-3.0
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.0
hadoop-profile: 'hadoop2.7'
test-spark-31:
name: Test spark-3.1
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.1
hadoop-profile: 'hadoop2.7'
test-spark-32:
name: Test spark-3.2
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.2
hadoop-profile: 'hadoop2.7'
test-spark-33:
name: Test spark-3.3
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.3
hadoop-profile: 'hadoop3'
sparktests: true
test-spark-34-jdk11:
name: Test spark-3.4
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.4
javaver: '11'
hadoop-profile: 'hadoop3'
test-spark-35-jdk17-scala-2-13:
name: Test spark-3.5 JDK17 Scala-2.13
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.5
javaver: '17'
scalaver: '2.13'
hadoop-profile: 'hadoop3'
test-spark-35-jdk21-scala-2-13:
name: Test spark-3.5 JDK21 Scala-2.13
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-3.5
javaver: '21'
scalaver: '2.13'
hadoop-profile: 'hadoop3'
test-spark-40-jdk21-scala-2-13:
name: Test spark-4.0 JDK21 Scala-2.13
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-4.0
javaver: '21'
scalaver: '2.13'
hadoop-profile: 'hadoop3'
test-spark-41-jdk21-scala-2-13:
name: Test spark-4.1 JDK21 Scala-2.13
uses: ./.github/workflows/tpcds-reusable.yml
with:
sparkver: spark-4.1
javaver: '21'
scalaver: '2.13'
hadoop-profile: 'hadoop3'