Test #17244
Conversation
Alchemy-item: (ID = 1270) [OAP] Support struct schema evolution matching by name commit 1/1 - 4316ae5
…ter join Signed-off-by: Yuan <yuanzhou@apache.org> Alchemy-item: (ID = 1227) [OAP] [11771] Fix smj result mismatch issue commit 1/1 - 987fd37
Alchemy-item: (ID = 1253) [OAP] feat: Enable the hash join to accept a pre-built hash table for joining commit 1/1 - 89b6d41
Signed-off-by: Yuan <yuanzhou@apache.org>
✅ Deploy Preview for meta-velox canceled.
|
CI Failure Analysis❌ Build — BUILD Failure View logsBuild errors: The build fails in step "Build Fuzzer Targets" when compiling These cascade into ~25+ errors across Three specific merge conflict sites in the diff:
Correlation with PR changes: Known issues: Recommended fix:
|
CI Failure AnalysisAll three build failures share the same root cause: a merge conflict in ❌ Fedora debug — BUILD Failure View logs❌ Ubuntu debug with system dependencies — BUILD Failure View logs❌ Linux release with adapters — BUILD Failure View logsBuild errors (same across all three jobs): These cascade into ~30 more errors in Correlation with PR changes: This is directly caused by the PR changes to
// Current (broken) state in the diff:
bool useHashTableCache = false,
bool joinHasNullKeys = false,
std::shared_ptr<OpaqueHashTable> reusableHashTable = nullptr) // <-- closes param list
bool nullAsValue = false) // <-- duplicate close
nullAware_{nullAware},
useHashTableCache_{useHashTableCache}, // new
joinHasNullKeys_{joinHasNullKeys}, // new
reusableHashTable_(std::move(reusableHashTable)) { // new - closes init list
nullAsValue_{nullAsValue}, // old - duplicate
useHashTableCache_{useHashTableCache} { // old - duplicate
Known issues: No open issues found for this failure. Main branch status: The last 3 runs on Recommended fix: Rebase the PR onto the latest
Similarly, |
Build Impact AnalysisSelective Build Targets (building these covers all 514 affected)Total affected: 514/567 targets
Affected targets (514)Directly changed (437)
Transitively affected (77)
Slow path • Graph generated from PR branch |
No description provided.