Moelf opened a new issue, #344:
URL: https://github.com/apache/arrow-julia/issues/344
right now it throws confusing messages:
```
julia> Arrow.write(tempname(), df)
ERROR: UndefRefError: access to undefined reference
Stacktrace:
[1] getindex
@ ./array.jl:924 [inlined]
[2] iterate
@ ~/.julia/packages/Arrow/SFb8h/src/arraytypes/list.jl:171 [inlined]
[3] Arrow.ToList(input::Arrow.ToList{Vector{Bool}, false,
Vector{Vector{Bool}}, Int32}; largelists::Bool)
@ Arrow ~/.julia/packages/Arrow/SFb8h/src/arraytypes/list.jl:103
[4] arrowvector(::ArrowTypes.ListKind{false},
x::Arrow.ToList{Vector{Bool}, false, Vector{Vector{Bool}}, Int32}, i::Int64,
nl::Int64, fi::Int64, de::Dict{Int64, Any}, ded::Vector{Arrow.DictEncoding},
meta::Nothing; largelists::Bool, kw::Base.Pairs{Symbol, Union{Nothing,
Integer}, NTuple{6, Symbol}, NamedTuple{(:dictencode, :maxdepth, :lareglists,
:compression, :denseunions, :dictencodenested), Tuple{Bool, Int64, Bool,
Nothing, Bool, Bool}}})
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]