Skip to content

Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1 #17

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

Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1 #17

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: 'adopt'
- 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