GH-38068: [C++][CI] Fixing Parquet unittest arrow_reader_writer_test.cc compile#38069
Conversation
|
|
|
@jorisvandenbossche would you mind help merging this patch? |
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Thanks for the quick fix!
Seems this is unrelated? |
|
That one indeed seems unrelated (restarted the build), although the failure in the "AMD64 Ubuntu 22.04 C++ ASAN UBSAN" build looks more related, since it's related to the LazyCache coalesced reads: Details |
|
Yes, the "AMD64 Ubuntu 22.04 C++ ASAN UBSAN" build is consistently failing. So we should maybe consider reverting the original PR #37854 entirely until that is resolved. Now, I will already merge this PR, so at least we get rid of the compilation error I introduced. |
|
Interesting, Let me have a try to find out the reason 🤔 |
|
I opened #38071 to track the failure |
|
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit b30d961. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…r_test.cc` compile (apache#38069) ### Rationale for this change This is introduced in a previous patch. This patch fixed the compile. ( apache#37854 ) ### What changes are included in this PR? a one-line fixing. ### Are these changes tested? no ### Are there any user-facing changes? no * Closes: apache#38068 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…r_test.cc` compile (apache#38069) ### Rationale for this change This is introduced in a previous patch. This patch fixed the compile. ( apache#37854 ) ### What changes are included in this PR? a one-line fixing. ### Are these changes tested? no ### Are there any user-facing changes? no * Closes: apache#38068 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Rationale for this change
This is introduced in a previous patch. This patch fixed the compile. ( #37854 )
What changes are included in this PR?
a one-line fixing.
Are these changes tested?
no
Are there any user-facing changes?
no
arrow_reader_writer_test.cccompile failed #38068