Skip to content

SFrame serialization in job truncates column name #357

@haijieg

Description

@haijieg
import graphlab as gl
sf = gl.SFrame({'a   ': 1})
sf2 = gl.deploy.job.create(lambda x: sf, x=0).get_results()
assert sf2.column_names()[0] == 'a' # Succeeds but should fail
assert sf2.column_names()[0] == 'a   ' # Fails but should succeed

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions