Skip to content

Error when joining string columns #1556

@st-pasha

Description

@st-pasha
from datatable import *
X = Frame(A=['Ahoy yah matey!', 'hey'])
J = Frame(A=['hey'], B=['nope'])
J.key = 'A'
R = X[:, :, join(J)]
R.internal.check()

produces

AssertionError: Size of string data section in Column 1 does not correspond to the magnitude of the final offset: size = 33154, expected 400

Metadata

Metadata

Assignees

Labels

bugAny bugs / errors in datatable; however for severe bugs use [segfault] labeljoin

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions