Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Go][FlightRPC] Add support for ordered data #35085

Closed
kou opened this issue Apr 12, 2023 · 0 comments · Fixed by #35178
Closed

[Go][FlightRPC] Add support for ordered data #35085

kou opened this issue Apr 12, 2023 · 0 comments · Fixed by #35178

Comments

@kou
Copy link
Member

kou commented Apr 12, 2023

Describe the enhancement requested

#34852 will include .proto change, document update and C++ implementation.
But we need one more implementation to making this "ordered data" proposal official.
See also: #35084

(Go is one of candidates. If anyone wants to work on this with other language, they are welcome.)

Component(s)

FlightRPC, Go

@kou kou closed this as completed in #35178 May 9, 2023
kou added a commit that referenced this issue May 9, 2023
…5178)

### Rationale for this change

No ordering is unnecessarily limiting.  Systems can and do implement distributed sorts, but they can’t reflect this in Flight RPC.

### What changes are included in this PR?

These changes add `FlightInfo.ordered`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.

**This PR includes breaking changes to public APIs.**

* Closes: #34852
* Closes: #35085

Lead-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this issue May 11, 2023
…ta (apache#35178)

### Rationale for this change

No ordering is unnecessarily limiting.  Systems can and do implement distributed sorts, but they can’t reflect this in Flight RPC.

### What changes are included in this PR?

These changes add `FlightInfo.ordered`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.

**This PR includes breaking changes to public APIs.**

* Closes: apache#34852
* Closes: apache#35085

Lead-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
…ta (apache#35178)

### Rationale for this change

No ordering is unnecessarily limiting.  Systems can and do implement distributed sorts, but they can’t reflect this in Flight RPC.

### What changes are included in this PR?

These changes add `FlightInfo.ordered`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.

**This PR includes breaking changes to public APIs.**

* Closes: apache#34852
* Closes: apache#35085

Lead-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
…ta (apache#35178)

### Rationale for this change

No ordering is unnecessarily limiting.  Systems can and do implement distributed sorts, but they can’t reflect this in Flight RPC.

### What changes are included in this PR?

These changes add `FlightInfo.ordered`.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.

**This PR includes breaking changes to public APIs.**

* Closes: apache#34852
* Closes: apache#35085

Lead-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: David Li <li.davidm96@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant