Skip to content

Commit

Permalink
Spotless and log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed May 10, 2024
1 parent 7640e51 commit f0dd72d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ public void validate(final boolean usePrev, final DownsampleChunkContext context
} catch (final RuntimeException e) {
final String msg =
"Bad data! indexInChunk=" + indexInChunk + ", col=" + columnIndex + ", usePrev="
+ usePrev + ", offset=" + offset + ", indexInChunk=" + keyChunk.get(indexInChunk);
+ usePrev + ", offset=" + offset + ", indexInChunk="
+ keyChunk.get(indexInChunk);
log.error().append(msg).append("rowSet=").append(rowSet).endl();
throw new IllegalStateException(msg, e);
}
Expand Down

0 comments on commit f0dd72d

Please sign in to comment.