Skip to content

Bump org.apache.parquet:parquet-avro from 1.13.1 to 1.15.1 #85

Bump org.apache.parquet:parquet-avro from 1.13.1 to 1.15.1

Bump org.apache.parquet:parquet-avro from 1.13.1 to 1.15.1 #85

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
SPARK_LOCAL_IP: localhost
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
- uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- run: mvn --batch-mode --update-snapshots clean package