ExpandingMan

Results 118 issues of ExpandingMan

I've been running into an issue where I am trying to change the color of a `galaxyline` element depending on whether my buffer is modified. This has turned out to...

I'm opening this issue in case anything should be done to ensure we have collaboration with the rest of the Apache Arrow organization. I'll join the mailing list today and...

When message batches are sent in the streaming format, in principle it should be very simple to build only specific columns, but the format for some reason is very hostile...

For most `List` objects, there are two `FieldNode` objects in the `RecordBatchList`: one for the `List` itself, and one for the underlying values. For some strange reason, the arrow creators...

The pyarrow output for arrays not containing nulls is rather strange. It seems that, by default the pyarrow output schema indicates that all columns are nullable. However, for columns without...

I have a major rewrite of this package coming up after which I plan to *fully* support the arrow standard so we can use it for IPC and all the...

No idea how this got past tests. Must fix and also add tests.

Currently if you test Feather on master of Arrow, it fails with a method error. I need to fix this and add a test so that it would be caught...

To achieve full memory safety requires extensive use of `reinterpret`. On 0.6, it is impossible to `reinterpret` only a subset of an array. This causes Arrow.jl to always make an...

Currently my approach to bounds checking is to check the bounds of the data buffer when `Primitive`s are constructed, and only check `ArrowVector` bounds when calling `getindex`. This can still...