reswqa

Results 20 issues of reswqa

## What is the purpose of the change *When fileReader has no data to read, for example, most of the data is consumed from memory. HsFileDataManager will encounter busy-loop problem,...

component=Runtime/Network

## What is the purpose of the change *Fix the problem that `BatchShuffleItCase` not subject to configuration.* ## Brief change log - *pass configuration to `StreamExecutionEnvironment.getExecutionEnvironment`* ## Verifying this change...

This based on #13528, so I marked this as draft until that one was merged.

python
enhancement

This fixes #13538. Alos fixes #13512.

python
rust
fix

python
rust
enhancement

# Description We currently have the following functions to `join/concat` strings, but they don't handle null values in exactly the same way: ### `str.concat` It has an `ignore_nulls` argument to...

breaking
enhancement
accepted
P-medium

Since we have already supports `is_in` for array. It's not hard to implement `contains` then.

python
rust
enhancement