-
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.
Fix full outer join rewrite and nested mv refresh bug
For rewrite: 1. fix join derivibility rewrite bug for multi joins query 2. fix ec 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> Signed-off-by: Youngwb <yangwenbo_mailbox@163.com> (cherry picked from commit 1db05ef) fix format Signed-off-by: ABingHuang <codekhuang@163.com> remove comments Signed-off-by: ABingHuang <codekhuang@163.com> fix ut Signed-off-by: ABingHuang <codekhuang@163.com> fix case bug Signed-off-by: ABingHuang <codekhuang@163.com> add ut Signed-off-by: ABingHuang <codekhuang@163.com>
- Loading branch information
1 parent
e97f887
commit 146df9c
Showing
8 changed files
with
504 additions
and
173 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
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.