Skip to content

Commit 76ae992

Browse files
authored
Change an info log back to debug (#537)
1 parent 0d3c98c commit 76ae992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ function Table(blobs::Vector{ArrowBlob}; convert::Bool=true)
518518
elseif header isa Meta.DictionaryBatch
519519
id = header.id
520520
recordbatch = header.data
521-
@info "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
521+
@debug "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
522522
@lock dictencodingslockable begin
523523
dictencodings = dictencodingslockable[]
524524
if haskey(dictencodings, id) && header.isDelta

0 commit comments

Comments
 (0)