Compare:
> tibble::tibble(a=1:5, b = 42)
# Atibble: 5x2ab
<int> <dbl>
11422242334244425542
> arrow::record_batch(a=1:5, b = 42)
Error: Invalid: Allarraysmusthavethesamelength
Reporter: Neal Richardson / @nealrichardson
Assignee: Nicola Crane / @thisisnic
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11705. Please see the migration documentation for further details.
Compare:
Reporter: Neal Richardson / @nealrichardson
Assignee: Nicola Crane / @thisisnic
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-11705. Please see the migration documentation for further details.