morrySnow commented on PR #67891: URL: https://github.com/apache/doris/pull/67891#issuecomment-5792357283
Fixed the P0 regression in `join_elim_line_pattern` by making `orders.o_orderkey` NOT NULL. This suite expects an inner-join MV to rewrite an orders-only query; with a nullable FK, the base query preserves NULL-key rows while the MV drops them, so the original expectation was not semantically valid. Nullable-FK rejection remains covered by the dedicated `join_elim_nullable_foreign_key` regression. Verified the full `join_elim_line_pattern` suite locally: 1 suite passed, 0 failed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
