Results 13 issues of wankun

### What changes were proposed in this pull request? Optimize ErrorHandler code. ### Why are the changes needed? Shuffle ErrorHandler only has two stateless method, so we do not need...

Stale
CORE

### What changes were proposed in this pull request? If all group expressions are foldable, the result of this aggregate will always be OneRowRelation. And if all aggregate expressions are...

SQL

Now spark-cassandra-connector tool is case sensitive by default when we create a cassandra table. We can use spark sql configuration parameter **spark.sql.caseSensitive** to determine if cassandra table is case sensitive...

cla-missing

### What changes were proposed in this pull request? This PR will run `scheduleShuffleMergeFinalize()` and send `finalizeShuffleMerge` RPCs in two threads, and stop all work after `PUSH_BASED_SHUFFLE_MERGE_RESULTS_TIMEOUT` regardless of sucess...

CORE

### What changes were proposed in this pull request? Cleanup merged shuffle data files after query finished. ### Why are the changes needed? There will be too many merged shuffle...

CORE

### What changes were proposed in this pull request? Support more than Integer.MAX_VALUE of the same join key. ### Why are the changes needed? For SMJ, the number of the...

SQL
CORE
PYTHON

Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Parquet Jira](https://issues.apache.org/jira/browse/PARQUET/) issues and references them in the PR title. For example,...

## What changes were proposed in this pull request? Minor change ## How was this patch tested? Fix compile issue

**Bug Description** Hi, I can call alibaba Qwen model with Open AI python library and curl command. But I can not call the Qwen model in chatbox. I don't known...

### What changes were proposed in this pull request? Now the BufferSegment class and FileBasedShuffleSegment class both six fields, represents a segment. ```java private long blockId; private long offset; private...