shuai.xu

Results 11 issues of shuai.xu

## What changes were proposed in this pull request? This pr fix the bug that may fail to parse post join filter if contains complex expressions. (Fixes: \#5182) ## How...

### Backend CH (ClickHouse) ### Bug description When run sql d_1340_1, it throw an exception: This is because the post join filter may be complex expressions, not only scalar function....

bug
triage

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) (Fixes: \#4844) ## How was this patch tested? This patch was tested manually.

## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) (Fixes: \#4990) ## How was this patch tested? this patch was tested by...

### Backend CH (ClickHouse) ### Bug description When run sql d_1039_0, which writer dynamic partitions, part of the data is lost. This is because the output file will be reopen...

bug
triage

## What changes were proposed in this pull request? (Fixes: \#7594) ## How was this patch tested? This patch was tested by unit tests.

CLICKHOUSE

## What changes were proposed in this pull request? Regex_replace which has empty needle will fallback to vanilla spark. (Fixes: \#7575) ## How was this patch tested? This patch was...

CLICKHOUSE

### Backend CH (ClickHouse) ### Bug description `select cast((map(1,'2') as string)` may throw exception. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant...

bug
triage

### Backend CH (ClickHouse) ### Bug description `regexp_replace('abc','''','')` will throw exception ### Spark version Spark-3.3.x ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs _No response_

bug
triage

## What changes were proposed in this pull request? This pr fix two problems, one is that when group by has same names, the duplicated names will be remove by...

CORE
CLICKHOUSE