Viral B. Shah
Viral B. Shah
Perhaps you want to ask at https://github.com/JuliaData/Arrow.jl
We still hope to keep `DelimitedFiles` in 1.9 out of the sysimage, and hopefully also remove it all the way from stdlib. That should give us some experience when it...
I can't quite tell what is causing the failing darwin x64 test. Doesn't feel related to this PR.
@SobhanMP Heads up.
What to do here next?
Is this good to merge? I am rebasing it to master to be able to run CI (which was quite broken the last time it ran here).
@giordano @mcabbott Since you guys have both chimed in - do you have any thoughts on merging?
master is fine, but the type intersection issue still seems to be present on 1.6.6.
The zeroing could take a lot of time if you are inserting lots of things into a large tree or a list, or even an array of composite types.
I would prefer zeroing everything rather only in some places - or use a specific byte pattern. I guess we can start by using calloc and validate through a benchmark...