kz930 commented on issue #8325: URL: https://github.com/apache/texera/issues/8325#issuecomment-5518492867
@carloea2 @mengw15 — this is now open as a set of twenty-one changes rather than one. The list above gives the order; each is sized to be read in one sitting, most under a thousand lines. The place to start is #8327, the export itself: an operator says how it reads outside the engine, a translator stitches the blocks into a script, and an endpoint serves it. Nothing else can land before it, and the rest follows from it — the verification that an operator's script agrees with the engine, then the operator families that implement the trait, then the button in the editor. They are not independent: each is cut from main and does not compile until the ones before it land, so the diffs read best in order. -- 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]
