This is an automated email from the ASF dual-hosted git repository. quinnj pushed a commit to branch jq-info-to-debug in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
commit aa53fa8d82a4b79cf8cae457391be8390cd6645a Author: Jacob Quinn <[email protected]> AuthorDate: Tue Dec 3 07:26:14 2024 -0700 Change an info log back to debug --- 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
