jrevels commented on code in PR #493:
URL: https://github.com/apache/arrow-julia/pull/493#discussion_r1414264270
##########
src/arraytypes/struct.jl:
##########
@@ -33,23 +33,33 @@ isnamedtuple(T) = false
istuple(::Type{<:Tuple}) = true
istuple(T) = false
-@propagate_inbounds function Base.getindex(s::Struct{T,S}, i::Integer) where
{T,S}
+if isdefined(ArrowTypes, :StructElement)
Review Comment:
Went with this approach to avoid needing to change Arrow's compat bounds on
ArrowTypes
--
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]