Skip to content

Commit

Permalink
Merge branch 'main' into compression
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored Nov 4, 2024
2 parents 71f2a86 + 0ff8472 commit 5bf51db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datafusion-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation project(':datafusion-java')
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'ch.qos.logback:logback-classic:1.5.0'
implementation 'org.apache.arrow:arrow-format:14.0.1'
implementation 'org.apache.arrow:arrow-format:16.1.0'
implementation 'org.apache.arrow:arrow-vector:14.0.0'
}

Expand Down
4 changes: 2 additions & 2 deletions datafusion-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ plugins {

dependencies {
api 'org.slf4j:slf4j-api:2.0.13'
api 'org.apache.arrow:arrow-format:14.0.1'
api 'org.apache.arrow:arrow-format:16.1.0'
api 'org.apache.arrow:arrow-vector:13.0.0'
implementation 'org.apache.arrow:arrow-c-data:14.0.2'
runtimeOnly 'org.apache.arrow:arrow-memory-unsafe:14.0.2'
testImplementation 'org.apache.arrow:arrow-compression:16.1.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.apache.hadoop:hadoop-client:3.3.6'
testImplementation 'org.apache.hadoop:hadoop-common:3.3.6'
testImplementation 'org.apache.hadoop:hadoop-common:3.4.1'
testImplementation 'org.apache.parquet:parquet-avro:1.13.1'
testImplementation 'org.apache.parquet:parquet-hadoop:1.13.1'
}
Expand Down

0 comments on commit 5bf51db

Please sign in to comment.