The GitHub Actions job "Required Checks" on texera.git/bench/arrow-flight-e2e has succeeded. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: 266e5e8226a37d986440d13fb190f83b782fdbcc / Yicong Huang <[email protected]> refactor(bench): render bench results as markdown table, hide raw CSV The previous comment dumped raw CSV inside a `csv` code block, which forced reviewers to mentally column-align 13 fields per row. Render the actionable subset as a right-aligned markdown table (batch / schema_w / str_len / n_batches / tuples-s / MB-s / p50 ms / p99 ms / total ms), convert lat_*_us to milliseconds, drop redundant fields (config_idx, total_tuples, total_bytes, lat_p95_us), and tuck the raw sanitized CSV into a collapsed `<details>` for verifiability. Per-cell sanitizer escapes pipes and strips newlines to defeat table injection from the still-untrusted fork-PR-controlled CSV. Falls back to the raw-CSV view if header parsing fails. Report URL: https://github.com/apache/texera/actions/runs/27116984024 With regards, GitHub Actions via GitBox
