This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 76ae992  Change an info log back to debug (#537)
76ae992 is described below

commit 76ae99209247043dbc37978f260c5deeb097d691
Author: Jacob Quinn <[email protected]>
AuthorDate: Tue Dec 3 07:26:44 2024 -0700

    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

Reply via email to