Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
array(1:10, type = int32())
Actual:
Error: `x` is not a vector
Expected:
arrow::Array [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
array(1:10, type = int32())
Actual:
Error: `x` is not a vector
Expected:
arrow::Array [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]