ARROW-1557 [Python] Validate names length in Table.from_arrays#1117
ARROW-1557 [Python] Validate names length in Table.from_arrays#1117TomAugspurger wants to merge 3 commits intoapache:masterfrom
Conversation
We now raise a ValueError when the length of the names doesn't match the length of the arrays.
|
Appears there is a test failure that was exposed by this patch, can you fix? https://travis-ci.org/apache/arrow/jobs/277580062#L9653 |
Change-Id: Ie900ae1dac90e8e8326e22e950dfc7a50803dcd8
|
here's a fix to cherry pick wesm@965a560 |
|
Sure thing. While we have the chance, on https://github.com/apache/arrow/pull/1117/files#diff-434b799d30eaec7287bee5603a9c45beR318, should that be changed to |
|
|
|
In case it's useful we have nightly dev builds I'd like to get macOS nightlies set up also -- if this is of interest I have a Mac Mini running at home where we could set up a cron job. |
We now raise a ValueError when the length of the names doesn't match
the length of the arrays.
This affected
RecordBatch.from_arraysandTable.from_arrays.