Skip to content

Commit

Permalink
Lowers log level of compression scheme details
Browse files Browse the repository at this point in the history
  • Loading branch information
liancheng committed Sep 10, 2014
1 parent f2a7890 commit 5b39cb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private[sql] trait CompressibleColumnBuilder[T <: NativeType]
.putInt(nullCount)
.put(nulls)

logInfo(s"Compressor for [$columnName]: $encoder, ratio: ${encoder.compressionRatio}")
logDebug(s"Compressor for [$columnName]: $encoder, ratio: ${encoder.compressionRatio}")
encoder.compress(nonNullBuffer, compressedBuffer)
}
}

0 comments on commit 5b39cb9

Please sign in to comment.