Zhen Wang

Results 66 issues of Zhen Wang

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/kyuubi/issues) and found no...

kind:subtask

## What changes were proposed in this pull request? Support `url_encode` function closes #5203 ## How was this patch tested? added new unit test

### Description Similar to #3411, we should also support `url_encode` function.

enhancement

## What changes were proposed in this pull request? closes #5192 ## How was this patch tested? run `./dev/package.sh` after this change: ![image](https://github.com/apache/incubator-gluten/assets/17894939/d8e2e88d-c774-415b-a166-96ff70589a4b)

### Description Although multiple spark versions are specified for compilation in `package.sh`, only the last bundle jar is retained because `mvn clean` cleans the previous build. So I want to...

enhancement

## What changes were proposed in this pull request? Move memory off-heap conf checks to driver plugin to fail quickly when misconfigured ## How was this patch tested?

Add max live time limit for cached connections to avoid token expiration for long active connections

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Dynamic bucket writing does two shuffles, the first `repartitionByKeyPartitionHash` seems unnecessary, It seems...

enhancement

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation The `Call` syntax is defined in both Iceberg and Paimon, which may cause...

enhancement

# :mag: Description ## Issue References 🔗 This pull request fixes #6353 ## Describe Your Solution 🔧 Catch exception for closing flink internal session. ## Types of changes :bookmark: -...

module:flink