Skip to content

Commit

Permalink
3.5.4 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Dec 16, 2024
1 parent a6e4c1e commit 99bcc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ allprojects {
repositories {
mavenCentral()
mavenLocal()
// Spark 3.5.4 RC1 staging repo
maven { url = "https://repository.apache.org/content/repositories/orgapachespark-1471/" }
// Spark 3.5.4 RC2 staging repo
maven { url = "https://repository.apache.org/content/repositories/orgapachespark-1473/" }
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void close() {
// If a column vector is writable or constant, it should override this method and do nothing.
// See more details at SPARK-50235, SPARK-50463 (Fixed in Spark 3.5.4)
@Override
public void closeIfNotWritable() {}
public void closeIfFreeable() {}

@Override
public boolean hasNull() {
Expand Down

0 comments on commit 99bcc1c

Please sign in to comment.