-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spark): output columns of expand relation
Fix the logic for deriving whether each output column of the expand relation is nullable or not. If one or more of the projections can assign null to the column, then it must be defined as nullable. Signed-off-by: Andrew Coleman <[email protected]> # Conflicts: # spark/src/test/scala/io/substrait/spark/TPCDSPlan.scala
- Loading branch information
1 parent
3f2cc1e
commit 1d0a420
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters