eugenegujing opened a new issue, #7369:
URL: https://github.com/apache/texera/issues/7369

   ### Task Summary
   
   
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/scan/ScanSourceOpDesc.scala`
 is the abstract base descriptor shared by the six file-scan source operators 
(CSV, parallel CSV, old CSV, JSONL, Arrow, file scan). It holds the file, 
encoding, limit and offset properties, builds each operator's display name and 
description, and implements `setResolvedFileName`, `fileResolved()` and an 
`equals` override.
   
   It has no spec, and no test imports the class; the only test-tree mention is 
a comment in `LogicalPlanSpec`. The base-class behaviors (the `operatorInfo` 
naming branches, the `equals` override, `fileResolved()`, 
`setResolvedFileName`) are unasserted apart from two display-name strings 
pinned incidentally in subclass specs.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [x] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
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]

Reply via email to