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

   ### Task Summary
   
   A Python operator is not called; it is handed to an interpreter that imports 
the generated module and drives it through the same open, process and close the 
engine uses. This step adds `PyOpExecHarness`, which writes that module, starts 
the driver, and reads back what the operator emitted.
   
   The driver is the engine's side of the contract written out plainly. It is 
what makes the answer this side produces the engine's answer rather than an 
approximation of it.
   
   Third of the twenty-one steps listed in #8325. It stands on its own: it 
touches no code from the export itself.
   


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