We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3c98c commit 76ae992Copy full SHA for 76ae992
src/table.jl
@@ -518,7 +518,7 @@ function Table(blobs::Vector{ArrowBlob}; convert::Bool=true)
518
elseif header isa Meta.DictionaryBatch
519
id = header.id
520
recordbatch = header.data
521
- @info "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
+ @debug "parsing dictionary batch message: id = $id, compression = $(recordbatch.compression)"
522
@lock dictencodingslockable begin
523
dictencodings = dictencodingslockable[]
524
if haskey(dictencodings, id) && header.isDelta
0 commit comments