kz930 opened a new pull request, #8363:
URL: https://github.com/apache/texera/pull/8363

   ### What changes were proposed in this PR?
   
   Some operators need an input a schema alone cannot produce. A join needs two
   tables that share a key. A dictionary matcher needs a dictionary whose 
entries
   appear in the column it reads. Deriving those from annotations would mean
   teaching the generator what each operator means.
   
   These are written by hand instead, one entry per operator, and the entry says
   why the generator could not do it.
   
   ### Any related issues, documentation, discussions?
   
   Part of #8325, 9 of 15. It builds on #8327, which adds the trait and the 
translator, and on the verification pieces before it; each is sized to be read 
in one sitting rather than landing as one diff.
   
   ### How was this PR tested?
   
   The tests in this change cover it. The whole set is exercised together once 
the last piece lands: every operator run through the engine and through its 
generated script, and the two answers compared.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 5)
   


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