thswlsqls opened a new pull request, #8521:
URL: https://github.com/apache/paimon/pull/8521
### Purpose
- Correct two non-behavioral copy-paste labels in `paimon-micro-benchmarks`.
- `LookupReaderBenchmark` Javadoc described writing; it is a reader
benchmark, so the wording now says reading.
- `ArrowWriteBenchmark#testWrite` created `new Benchmark("read", ...)`,
which the harness prints; the benchmark name is now `write`.
### Tests
- Typo/wording fix, no behavior change — no test added. `mvn spotless:check
-pl paimon-benchmark/paimon-micro-benchmarks` passed.
- `mvn -pl paimon-benchmark/paimon-micro-benchmarks -DskipTests clean
test-compile` passed; 17 test sources compiled. Benchmarks were not executed
because each `@Test` runs a long benchmark.
--
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]