Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

[BUG] UI shows incorrect node state #123

@aresnow1

Description

@aresnow1

Describe the bug

UI shows incorrect node state when two dataframes join.

To Reproduce

To help us reproducing this bug, please provide information below:

In [18]: df1 = md.read_csv('Downloads/ml-20m/movies.csv')

In [19]: df2 = md.read_csv('Downloads/ml-20m/ratings.csv')

In [20]: df1[['movieId', 'title']].merge(df2[['movieId', 'rating']], on="movieId").execute()

The UI shows,

image

Those nodes without color should be green.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions