Loop Start requires exactly one materialized reader on its input port, is lifting this planned? #6966
ContextI build Texera RestrictionThe check is in require(
cfg.storagePairs.size == 1,
s"Loop Start input port $gpid expected exactly one reader URI, got ${cfg.storagePairs.size}"
)
op.id.logicalOpId.id -> VFSURIFactory.stateURI(cfg.storagePairs.head._1).toStringQuestions
|
Answered by
aglinxinyuan
Jul 28, 2026
Replies: 1 comment 3 replies
|
It's by design. You need a union to join them. |
3 replies
Answer selected by
aglinxinyuan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's by design. You need a union to join them.