Sean Garborg
Sean Garborg
I'm back in front of a computer, and after reading @yeesian's readme, I agree that the package structure he outlines is what we should have in the long term. Since...
I think the design decision came from a conviction that filtering is precisely where implicitly dropping on null shouldn't happen. Agreed that the mismatch between Julia behavior and the SQL...
Or maybe the main filtering function for native tables would have a different name (like `filter`), and `where` would be (implemented on top, or separately) in the shared API, and...
I think I agree about lifting operations within tables (I don't know enough to have an opinion about in the language overall, outside tables). But I don't think departing from...
cc. @dcjones
I hit the same issue with an optional field (MWE pasted below, but originally hit the issue with `Vector{[Expanded]Bar}` round-tripped through Arrow.jl): ```julia julia> using Strapping julia> using StructTypes julia>...
Perhaps name this issue something like "Issue constructing optional structs"
Looks like this is the API: http://xmlsoft.org/xmlreader.html
I didn't, other than using `transcode(GzipCompressor, bytes)` (forgoing tuning the parameters) or shelling out. I'm not actually using it now, so I didn't dig.