aglinxinyuan opened a new issue, #7617: URL: https://github.com/apache/texera/issues/7617
### Task Summary `VirtualCollection` is an abstract class with no implementations and no call sites. Nothing in the repository extends it — the storage layer's live abstractions are `VirtualDocument` and `ReadonlyVirtualDocument`, which do not derive from it. With no subclass, no instance can exist, so none of its methods can run. Its spec exercises a private stub defined inside the spec file itself, which is why the class currently looks live. That spec covers this class and nothing else. Pure deletion, no behaviour change: −198 lines. ### Task Type - [x] Refactor / Cleanup -- 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]
