Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Nov 28, 2023
1 parent 967897c commit 6782030
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
if (dropNullColumns) {
for (int c = 0; c < keepColumns.length; c++) {
keepColumns[c] = allColumnsAreNull(c) == false;
System.err.println(c + " " + keepColumns[c]);
}
} else {
Arrays.fill(keepColumns, true);
Expand Down

0 comments on commit 6782030

Please sign in to comment.