Uh oh!
There was an error while loading. Please reload this page.
ARROW-2226, ARROW-2233: [JS] Dictionary bugfixes - #1671
Conversation
TheNeuralBit
commented
Feb 27, 2018
How does this bug present itself? I thought maybe |
wesm
commented
Feb 27, 2018
Would definitely be good to have a unit test for this |
trxcllnt
commented
Feb 27, 2018
@wesm@TheNeuralBit yeah, I wanted to get a fix in first. I encountered this trying to read values from a DictionaryVector whose indices have a |
@wesm I might've asked this before, but is it possible (via the spec) for the |
wesm
commented
Feb 27, 2018
The indices are supposed to be a signed integer type |
TheNeuralBit
commented
Feb 28, 2018
I already started adding some basic unit tests for DictionaryVector, so I'll look at adding a test that covers the indices |
TheNeuralBit
commented
Feb 28, 2018
Put up a PR with some tests: trxcllnt#5 |
Add dictionary vector unit tests
wesm
commented
Feb 28, 2018
@TheNeuralBit you should be able to push directly to this branch, too, if that's easier |
TheNeuralBit
commented
Feb 28, 2018
Oh nice, I'll do that in the future, thanks @wesm |
trxcllnt
commented
Feb 28, 2018
@TheNeuralBit lgtm thanks! 👍 |
Resolves https://issues.apache.org/jira/browse/ARROW-2226