alamb opened a new pull request, #10259:
URL: https://github.com/apache/arrow-rs/pull/10259

   # Which issue does this PR close?
   
   - Closes #NNN.
   
   # Rationale for this change
   
   The existing row format benchmark measures `convert_rows` using rows created 
directly by `RowConverter::convert_columns`, which skips UTF-8 validation 
during decode.
   
   # What changes are included in this PR?
   
   This adds a `convert_rows_validated` benchmark that decodes rows parsed 
through `RowParser`, exercising the UTF-8 validation path. It also derives 
`Clone` for `Rows` so the benchmark setup can reuse the prepared rows when 
converting to binary.
   
   # Are these changes tested?
   
   CI.
   
   # Are there any user-facing changes?
   
   No breaking changes. `Rows` now implements `Clone`.
   


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