srlch

Results 15 issues of srlch

## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...

PROTO-REVIEW

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....

behavior_changed
3.2

## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...

3.3

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...

type/bug
no-issue-activity

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...

3.3

## 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,...

3.1
3.2
3.3

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...

behavior_changed

## Why I'm doing: ## What I'm doing: Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [ ] Enhancement -...

title needs [type]

Support backup restore for logical view Fixes #issue ## What type of PR is this: - [ ] BugFix - [ ] Feature - [x] Enhancement - [ ] Refactor...

behavior_changed
META-REVIEW
3.3

## 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...