ericphanson commented on issue #452:
URL: https://github.com/apache/arrow-julia/issues/452#issuecomment-1579137402

   Hm ok. I think we should be trying to convert at least before validating, I 
agree it is very strict otherwise. Legolas has a mechanism for related things, 
I think maybe we need to add some definitions like this:
   ```julia
   Legolas.accepted_field_type(::Legolas.SchemaVersion, ::Type{Vector{String}}) 
= AbstractVector{<:AbstractString}
   Legolas.accepted_field_type(::Legolas.SchemaVersion, ::Type{Vector{T}}) 
where T = AbstractVector{<:T}
   Legolas.accepted_field_type(::Legolas.SchemaVersion, ::Type{Vector}) = 
AbstractVector
   ```
   


-- 
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]

Reply via email to