Skip to content

Commit

Permalink
Change an info log back to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Dec 3, 2024
1 parent 0d3c98c commit aa53fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table.jl
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function Table(blobs::Vector{ArrowBlob}; convert::Bool=true)
elseif header isa Meta.DictionaryBatch
id = header.id
recordbatch = header.data
@info "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
@debug "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
@lock dictencodingslockable begin
dictencodings = dictencodingslockable[]
if haskey(dictencodings, id) && header.isDelta
Expand Down

0 comments on commit aa53fa8

Please sign in to comment.