Sean-Kenneth-Doherty opened a new pull request, #22301:
URL: https://github.com/apache/datafusion/pull/22301

   ## What changed
   
   - Avoid byte-index slicing when runtime `SET` parsing separates the numeric 
value from its unit suffix.
   - Reuse a UTF-8-safe helper for memory limits, capacity limits, and duration 
segments.
   - Add parser-level and public SQL-path regression coverage for non-ASCII 
suffix values.
   
   Fixes #22187.
   
   ## Validation
   
   - `cargo fmt --check --all`
   - `git diff --check origin/main...HEAD`
   - `cargo test -p datafusion --lib test_parse_`
   - `cargo test -p datafusion --test core_integration 
test_runtime_config_non_ascii_suffix_returns_error`
   


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