apache / apache/texera

Add Schema Constraint for Intersect, Difference, and Other Operators

Open
#1,956 2 comments 0 reactions 1 assignee Assigned to @Yicong-Huang View on GitHub
starter-task
Dominant language
Scala
Stars
314
Forks
187
Avg merge
1d 21h
Merged PRs (30d)
214

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.