We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cfd00 commit e46c059Copy full SHA for e46c059
1 file changed
src/test/java/com/nvidia/spark/rapids/jni/kudo/KudoSerializerTest.java
@@ -816,7 +816,7 @@ static Table buildLargeTestTable() {
816
List<ColumnVector> allCols = new ArrayList<>();
817
List<ColumnVector> tableCols = new ArrayList<>();
818
819
- final int nonNullCount = Integer.MAX_VALUE / 512 - 21; // to avoid OOM
+ final int nonNullCount = Integer.MAX_VALUE / 128 - 21; // to avoid OOM
820
final int nullCount = 11; // to add nulls
821
final int totalCount = nonNullCount + nullCount;
822
0 commit comments