-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugAny bugs / errors in datatable; however for severe bugs use [segfault] labelAny bugs / errors in datatable; however for severe bugs use [segfault] labeljoin
Milestone
Description
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] labelAny bugs / errors in datatable; however for severe bugs use [segfault] labeljoin