aicontentcreate2023-star opened a new pull request, #426:
URL: https://github.com/apache/fluss-rust/pull/426

   Fixes #425
   
   ## Summary
   Updates the Fluss Docker image version used in integration tests from 
**0.8.0-incubating** to **0.9.0-incubating** across all language bindings 
(Rust, Python, C++).
   
   ## Changes
   - **Rust:** `crates/fluss/tests/integration/fluss_cluster.rs`
     - `FLUSS_VERSION: "0.8.0-incubating" → "0.9.0-incubating"`
     
   - **Python:** `bindings/python/test/conftest.py`
     - `FLUSS_VERSION = "0.8.0-incubating" → "0.9.0-incubating"`
     
   - **C++:** `bindings/cpp/test/test_utils.h`
     - `kFlussVersion = "0.8.0-incubating" → "0.9.0-incubating"`
   
   ## Why
   - Ensures tests run against the latest Fluss release (0.9.0)
   - Aligns with the current project version
   - Keeps test infrastructure up-to-date
   
   ## Testing
   ✅ All version strings updated consistently across bindings
   ✅ No other references to 0.8.0 in test configuration


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