shuai.xu
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....
## 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...
## What changes were proposed in this pull request? (Fixes: \#7594) ## How was this patch tested? This patch was tested by unit tests.
## 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...
### 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...
### 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_
## 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...