-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-38068: [C++][CI] Fixing Parquet unittest arrow_reader_writer_test.cc
compile
#38069
Conversation
|
@jorisvandenbossche would you mind help merging this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
|
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>
…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.cc
compile failed #38068