reswqa

Results 20 issues of reswqa

This closes #13612. Any ideas about this are welcome :).

documentation
python

This should be a breaking change as null value is no longer be treated as a string `null`.

python
rust
breaking
enhancement

Maybe I can optimize `arr.sum` of boolean type via `count_boolean_bits` in the next PR.

python
rust
enhancement

## What is the purpose of the change *`SqlClient` now uses `SqlGateway` for job submission. It will connect to the gateway's `RestServer` through the `RestClient` to interact. when we create...

component=TableSQL/Client

Since `PyO3` `0.21.0` has been released and has a big performance improvement. Many downstream projects will upgrade to the latest version of PyO3. Take `opendal`(has both pyo3 and pyo3-asyncio dependencies)...

## What is the purpose of the change *Implementation of FLIP-410. This PR will Introduce `config`, `context` and `processingTimerService` for DataStream API V2.* ## Brief change log - *Introduce `ProcessConfigurable`...

component=API/DataStream

### Purpose Linked issue: close #4045 Flink has introduced [Materialized Table](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/materialized-table/overview/) in 1.20 release, we can support it in Paimon connector. ### Documentation No

### Search before asking - [X] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation Flink has introduced [Materialized Table](https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/dev/table/materialized-table/overview/) in 1.20 release, we can support it in...

enhancement

## What is the purpose of the change *HiveTableSource supports report statistics for text file* (NB. Most of the authorship belongs to @WencongLiu) ## Brief change log - *Introduce a...

component=Connectors/Hive