Yicong-Huang opened a new issue, #4779: URL: https://github.com/apache/texera/issues/4779
### Task Summary `amber/src/main/python/core/util/customized_queue/inner.py` ships a vendored `@inner` / `@static_inner` / `@class_inner` decorator family used by `LinkedBlockingMultiQueue` to attach inner classes to their outer scope. It has no dedicated spec. Add unit tests covering `raw_inner` passthrough, `static_inner` owner wiring, `class_inner` descriptor rejection, `class_inner` carried inheritance through outer-class subclasses, `@inner` instance binding (`self.owner`), `@inner.property` auto-instantiation, and `@inner.cached_property` per-outer-instance caching. ### Task Type - [x] Testing / QA -- 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]
