Skip to content

Commit

Permalink
fix typo on row count
Browse files Browse the repository at this point in the history
  • Loading branch information
salemsd committed Feb 10, 2025
1 parent d8fa908 commit 79c9ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.Objects;

public class ArrowReader {
private static final int ROW_COUNT = 8961;
private static final int ROW_COUNT = 8760;

public static Matrix readMatrixFromArrow(Path filePath) throws IOException {
Objects.requireNonNull(filePath);
Expand Down

0 comments on commit 79c9ca8

Please sign in to comment.