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
During the review of PR #1924, we found that the following operators which take input from multiple sources require that the schema for the sources be the same, but currently do not check this constraint in the front-end. Adding this constraint can help users to find errors in their workflows.
In these operators, the schema of their input sources should be the same.
Symmetric Difference
Distinct
Intersect
Difference
Union
The text was updated successfully, but these errors were encountered:
During the review of PR #1924, we found that the following operators which take input from multiple sources require that the schema for the sources be the same, but currently do not check this constraint in the front-end. Adding this constraint can help users to find errors in their workflows.
In these operators, the schema of their input sources should be the same.
The text was updated successfully, but these errors were encountered: