Skip to content

Commit

Permalink
refine warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Hongbin Ma (Mahone) <[email protected]>
  • Loading branch information
binmahone committed Dec 10, 2024
1 parent d3d56ed commit 7c05a0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ object AggregateUtils extends Logging {
// However for some test cases with really small batch size, this can happen. So
// we're just logging some warnings here.
log.warn("The bucket is still too large after " + recursiveDepth +
" times of repartition, may hit a bug? Size for each batch in " +
" times of repartition. Size for each batch in " +
"current bucket: " + bucket.map(_.sizeInBytes).mkString(", ") + " rows: " +
bucket.map(_.numRows()).mkString(", ") + " targetMergeBatchSize: "
+ targetMergeBatchSize)
Expand Down

0 comments on commit 7c05a0a

Please sign in to comment.