Skip to content

Commit

Permalink
Make Parquet.register() static.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Jan 23, 2025
1 parent 214ef9a commit ef05f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class Parquet {

private Parquet() {}

public void register() {
public static void register() {
InternalData.register(FileFormat.PARQUET, Parquet::writeInternal, Parquet::readInternal);
}

Expand Down

0 comments on commit ef05f9c

Please sign in to comment.