From 76ae99209247043dbc37978f260c5deeb097d691 Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Tue, 3 Dec 2024 07:26:44 -0700 Subject: [PATCH] Change an info log back to debug (#537) --- src/table.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/table.jl b/src/table.jl index cdfdfb7..dc367d2 100644 --- a/src/table.jl +++ b/src/table.jl @@ -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