kz930 opened a new issue, #8458: URL: https://github.com/apache/texera/issues/8458
### Task Summary The Java and Python implementation guides stop at the operator's own logic. What a new operator has to satisfy afterwards is not written down anywhere: which annotation states a constraint on which kind of config property, that a standalone Python fragment is required and what it may assume, how the verification run is invoked and read, and where a run that cannot happen is recorded so it is not skipped silently. `getOutputSchemas` appears in neither existing guide, although every operator must implement it, and a schema that disagrees with what the executor emits fails at run time rather than at compile time. Twenty-second and last of the steps listed in #8325. It describes the verification harness, so it comes after every step that builds one. -- 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]
