corgy-w opened a new pull request, #10578:
URL: https://github.com/apache/seatunnel/pull/10578

   ### Purpose of this pull request
   
   Support batched transform execution with checkpoint state for `LLM` and 
`Embedding`, and add E2E coverage that verifies the new batch request behavior.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes.
   
   Users can now configure `process_batch_size` for `LLM` and `Embedding` 
transforms in batch jobs, and the transform state is checkpointed and restored.
   
   ### How was this patch tested?
   
   - `./mvnw spotless:apply`
   - Unit tests for `LLMTransform` and `EmbeddingTransform`
   - Added transform E2E tests that assert actual batched requests against 
MockServer for both `LLM` and `Embedding`
   


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