You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new operator is dragged onto the canvas, and it does not connect to any upstream operators yet, the schema propagation should ignore this kind of operator. Currently, the compiler is trying to propagate the schema on this operator resulting an error, this error is confusing and interrupting the user experience.
The text was updated successfully, but these errors were encountered:
When a new operator is dragged onto the canvas, and it does not connect to any upstream operators yet, the schema propagation should ignore this kind of operator. Currently, the compiler is trying to propagate the schema on this operator resulting an error, this error is confusing and interrupting the user experience.
![Image](https://private-user-images.githubusercontent.com/17627829/406579717-a3bd69a3-27f0-4c2b-8191-1ec0d2542571.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTY4OTgsIm5iZiI6MTczOTI1NjU5OCwicGF0aCI6Ii8xNzYyNzgyOS80MDY1Nzk3MTctYTNiZDY5YTMtMjdmMC00YzJiLTgxOTEtMWVjMGQyNTQyNTcxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2NDk1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQyZDg0OWU4Y2Y3NTY5YjI5NDI5YmEzMDU1OTU5ZDcwNTIzNjkwMDRmYmE0OTAwOGVlMjIwNGI5MzkwNDA3NWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BfkPXys9g_XF7rQ31MziXHDCVP7XH-RGtc5DB2l4sqw)
The text was updated successfully, but these errors were encountered: