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

[BUG] UI shows incorrect node state #123

Open
aresnow1 opened this issue Jan 13, 2023 · 0 comments
Open

[BUG] UI shows incorrect node state #123

aresnow1 opened this issue Jan 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@aresnow1
Copy link

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.

@XprobeBot XprobeBot added the bug Something isn't working label Jan 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants