Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Dec 18, 2024
1 parent 2feb6b0 commit 0c25054
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ public void close() {
accessor.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 closeIfFreeable() {}
public void closeIfFreeable() {
// 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 boolean hasNull() {
Expand Down

0 comments on commit 0c25054

Please sign in to comment.