Skip to content

TEST: Assert is wrong in test_merge_in_place #7686

@sfc-gh-jkew

Description

@sfc-gh-jkew

assert type(df) is type(cloud_df)
should be

assert df.get_backend() == cloud_df.get_backend()
test_information_asymmetry also needs to be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions