Skip to content

[R] Support scalar value recycling in RecordBatch/Table$create() #27565

Description

@asfimport

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions