janhoy opened a new pull request, #26:
URL: https://github.com/apache/solr-orbit/pull/26

   Closes #15.
   
   The `cloud_provider/` package was ported from OpenSearch Benchmark and 
targets Amazon ES (`es`) and Amazon OpenSearch Serverless (`aoss`) — services 
with no Solr equivalent. It was the most clearly OpenSearch-specific code 
outside the intentional conversion layer.
   
   **Changes**
   - Remove `osbenchmark/cloud_provider/` entirely (abstract base, factory, 
`AWSProvider`)
   - Move `S3DataProducer` → `osbenchmark/utils/s3_data_producer.py`: it is 
generic S3 streaming used for benchmark data ingestion and carries no 
OpenSearch dependency
   - Update the one import site in `osbenchmark/workload/params.py`
   
   All 1090 unit tests pass.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to