kitalkuyo-gita

Results 16 issues of kitalkuyo-gita

## Why? ## What does this PR do? ## Related issues Related to [issue-2722](https://github.com/apache/fory/issues/2722) ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...

## Why? ## What does this PR do? ## Related issues Related to [issue-2622](https://github.com/apache/fory/issues/2622) ## Does this PR introduce any user-facing change? - [ ] Does this PR introduce any...

### What changes were proposed in this pull request? Related to [issue-42](https://github.com/apache/geaflow/issues/42) ### How was this PR tested? - [ ] Tests have Added for the changes - [ ]...

### What changes were proposed in this pull request? Related to [issue-57](https://github.com/apache/geaflow/issues/57) ### How was this PR tested? - [ ] Tests have Added for the changes - [ ]...

## Analysis of current implementation issues The `isAsync` method in `PipelineUtil.java` currently relies solely on the `SERVICE_SHARE_ENABLE` configuration key to determine the asynchronous mode. This implementation is overly simple and...

### What changes were proposed in this pull request? Related to [issue-369](https://github.com/apache/geaflow/issues/369) ### How was this PR tested? - [ ] Tests have Added for the changes - [ ]...

### What changes were proposed in this pull request? Related to [issue-368](https://github.com/apache/geaflow/issues/368) ### How was this PR tested? - [ ] Tests have Added for the changes - [ ]...

### Description: Currently, some values ​​in ```NettyMessage.java``` are hard-coded, such as the magic number 0xBADC0FFE, which needs to be constantized. - ClusterConstants.java: Various prefixes and constants can be extracted as...

### What changes were proposed in this pull request? Related to [issue-634](https://github.com/apache/geaflow/issues/634) ### How was this PR tested? - [ ] Tests have Added for the changes - [ ]...

## I. Current Situation Analysis ### 1.1 Current Architecture GeaFlow currently uses **SQL+GQL fusion syntax**. The overall architecture includes - **Parsing layer**: Parser based on Apache Calcite extension - **Planning...