Ma77Ball opened a new pull request, #5005:
URL: https://github.com/apache/texera/pull/5005
### What changes were proposed in this PR?
Removed a duplicated Map(operatorInfo.outputPorts.head.id -> outputSchema)
line from getOutputSchemas in 29 visualization OpDesc files. The first
expression was unreachable dead code from a copy-paste; only the second was
returned. Behavior is unchanged.
### Any related issues, documentation, or discussions?
Closes: #4808
### How was this PR tested?
Verified via grep that each affected file now contains exactly one
Map(operatorInfo.outputPorts.head...) line, and that the remaining line is the
block's return expression.
### Was this PR authored or co-authored using generative AI tooling?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]