quinnj opened a new pull request, #466:
URL: https://github.com/apache/arrow-julia/pull/466
Fixes #461. This is the other proposal from what I originally suggested.
Though `Tuple{Varag}` is never the concrete type of a value in Julia, it comes
up when dealing with structs with fields that have Vararg types; not common at
all, but it's allowed and happens.
The reflection code here is a little gross, but it seems to be what Base
Julia uses in similar queries to see if a tuple has a vararg element. I've
commented out the Arrow/runtests test for now until we bump another version and
can then uncomment. Unit tests are added for ArrowTypes in the meantime.
--
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]