Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Schema Constraint for Intersect, Difference, and Other Operators #1956

Open
aahei opened this issue Jun 3, 2023 · 1 comment
Open

Add Schema Constraint for Intersect, Difference, and Other Operators #1956

aahei opened this issue Jun 3, 2023 · 1 comment
Assignees

Comments

@aahei
Copy link
Contributor

aahei commented Jun 3, 2023

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
@Yicong-Huang
Copy link
Collaborator

Show an editing error in the result panel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants