srlch
srlch
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
[Enhancement] Change the parameter strict_mode to null_if_not_found of dict_mapping function(#40897)
The last optional parameter for dict_mapping is strict_mode(boolean), and its behavior if following: If strict_mode is True : return an exception if the key is not found in dictionary table....
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
Problem: If the non-pk table with some data add a generated column by alter stmt and backup the table when the table finish a base compaction without all rowset. In...
Use delete_dir_recursive for the index, because the index path is directory but not file. Fixes #issue ## What type of PR is this: - [x] BugFix - [ ] Feature...
## Why I'm doing: If we set `history_job_keep_max_second` < `checkpoint time interval` (no matter by background daemon or manlly create image). When we replay the log for the restore job,...
In this pr: 1. Refactor Generated Column rewrite code. 2. Supprot View, JOIN with Subquery and CTE for Generated Column rewriting. Note: All query structure support Generated Column rewriting obey...
## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...
Support backup restore for logical view Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [ ] Refactor...
## What I'm doing: In this pr #59845, we introduce ClusterSnapshotInfo. This info is used to save some snapshot info for a single cluster snapshot. This pr introduce a mechanism...