-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BugFix] Fix full outer join rewrite and nested mv refresh bug for main(
#34071) (#34299) For rewrite: 1. fix join derivibility rewrite bug for multi joins query 2. fix equivalence class construction bugs to exclude outer join on predicate, which should be rewritten by ReplaceColumnRefRewriter 3. optimize predicate normalization to process column name's case 4. set mv plan timeout to new_planner_optimize_timeout For refresh: 1. fix refresh on nested mv bug to process date format like %Y%m%d 2. set strict mode to false for mv refresh Signed-off-by: ABingHuang <codekhuang@163.com>
- Loading branch information
1 parent
368c135
commit 28ca296
Showing
8 changed files
with
651 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.