liwuhen opened a new pull request, #74:
URL: https://github.com/apache/paimon-mosaic/pull/74

   ## Purpose
   
   The CI [check 
job](https://github.com/apache/paimon-mosaic/actions/runs/31116608863/job/92905601392)
 fails under Rust 1.97 because Clippy's `byte_char_slices` lint rejects the 
explicit byte character array used for the Mosaic magic bytes when warnings are 
denied.
   
   Use byte string syntax to satisfy Clippy while preserving the exact magic 
value and file format.
   
   ## Changes
   
   - Replace the explicit byte character array for `MAGIC` with `*b"MOSA"`.
   - Keep the public constant type, byte value, and on-disk format unchanged.
   
   ## Tests
   
   - `cargo fmt --all -- --check` passed.
   - `cargo clippy --all-targets --workspace -- -D warnings` passed.
   - `cargo test --workspace -- --skip test_read_java_written_file --skip 
test_read_python_written_file` passed: 379 tests passed, 0 failed.
   - `git diff --check` passed.
   


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