andygrove opened a new pull request, #3534: URL: https://github.com/apache/datafusion-comet/pull/3534
## Summary - Ports `CometStringExpressionBenchmark.scala` as a `micro` suite in the unified benchmark runner - All 29 string expressions supported (ascii, bit_length, btrim, chr, concat, concat_ws, contains, endswith, initcap, instr, length, like, lower, lpad, ltrim, octet_length, regexp_replace, repeat, replace, reverse, rlike, rpad, rtrim, space, startswith, substring, translate, trim, upper) - Engine-agnostic: works with any engine (Comet, Gluten, Blaze, vanilla Spark) — compare by running multiple times with different `--engine` flags ## Test plan - [ ] Run `--dry-run` and verify spark-submit command is correct - [ ] Run with `--engine comet --profile local` and verify JSON has all 29 expressions - [ ] Run with `--expression ascii` and verify only ascii is benchmarked - [ ] Verify JSON output works with `analysis/compare.py` 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
