JunWang222 opened a new pull request, #774:
URL: https://github.com/apache/wayang/pull/774
## Summary
This PR adds the Wayang BigQuery platform implementation and engine-only
integration tests.
## What is included
- Adds `wayang-bigquery` platform module.
- Adds BigQuery mappings/operators for:
- TableSource
- Filter
- Projection
- Join
- GlobalReduce
- ReduceBy
- Sort
- TableSink
- Adds end-to-end `BigQueryOperatorsIT` coverage for each operator.
- Adds JavaPlanBuilder integration tests that simulate user-facing API usage.
- Keeps the integration tests engine-only by registering only
`BigQuery.plugin()`.
- Makes the BigQuery tests self-contained by creating inline fixture tables
in the test setup, without requiring an external dataset.
## Validation
- Rebased on latest `apache/wayang:main`.
- Verified against real BigQuery
--
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]