JunWang222 opened a new pull request, #772:
URL: https://github.com/apache/wayang/pull/772

   ## Summary
   
   This PR adds the Wayang Trino platform implementation and engine-only 
integration tests.
   
   ## What is included
   
   - Adds `wayang-trino` platform module.
   - Adds Trino mappings/operators for:
     - TableSource
     - Filter
     - Projection
     - Join
     - GlobalReduce
     - ReduceBy
     - Sort
     - TableSink
   - Adds end-to-end `TrinoOperatorsIT` coverage for each operator.
   - Adds JavaPlanBuilder integration tests that simulate user-facing API usage.
   - Keeps the integration tests engine-only by registering only 
`Trino.plugin()`.
   - Uses self-contained test fixtures created by the test setup, without 
requiring external datasets.
   
   ## Validation
   
   - Rebased on latest `apache/wayang:main`.
   - Trino operator tests are designed to run against the local Trino setup and 
skip when Trino is unavailable.


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