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

GH-37440: [C#][Docs] Add Flight SQL supported functions to status.rst #37441

Merged
merged 2 commits into from
Aug 30, 2023

Conversation

jeremyosterhoudt
Copy link
Contributor

@jeremyosterhoudt jeremyosterhoudt commented Aug 29, 2023

Rationale for this change

Update the feature support documentation to reflect that Flight SQL is now supported with C#

What changes are included in this PR?

The feature support matrix for Flight SQL now lists functions supported with C#

Are these changes tested?

N/A

Are there any user-facing changes?

Yes, the documentation.

No

Closes issue #37440

@github-actions
Copy link

⚠️ GitHub issue #37440 has been automatically assigned in GitHub to PR creator.

+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+

Notes:

* \(1) GetSqlInfo filtering is not currently supported in C#.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the "filtering" mean?
It seems that GetSqlInfo doesn't have filtering feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that I was mixing up our implementation with the base support provided by Arrow Flight SQL. Our implementation doesn't allow a CommandGetSqlInfo Info field to be populated when the command is executed. I've seen implementations in other languages where the Info field is used as a metadata filter list. However, the C# base implementation does not impose any restrictions.

I fixed the documentation. Thanks for the catch!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. :-)

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Aug 29, 2023
The C# notes had an invalid comment about the Flight SQL functionality.
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Aug 30, 2023
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou changed the title GH-37440: [C#] Add Flight SQL supported functions to status.rst GH-37440: [C#][Docs] Add Flight SQL supported functions to status.rst Aug 30, 2023
@kou kou merged commit 4612998 into apache:main Aug 30, 2023
10 checks passed
@kou kou removed the awaiting change review Awaiting change review label Aug 30, 2023
@github-actions github-actions bot added awaiting merge Awaiting merge awaiting changes Awaiting changes and removed awaiting merge Awaiting merge labels Aug 30, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 4612998.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…us.rst (apache#37441)

### Rationale for this change

Update the feature support documentation to reflect that Flight SQL is now supported with C#

### What changes are included in this PR?

The feature support matrix for Flight SQL now lists functions supported with C#

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes, the documentation.

No

Closes issue apache#37440 
* Closes: apache#37440

Authored-by: jeremyosterhoudt <jeremyosterhoudt@yahoo.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…us.rst (apache#37441)

### Rationale for this change

Update the feature support documentation to reflect that Flight SQL is now supported with C#

### What changes are included in this PR?

The feature support matrix for Flight SQL now lists functions supported with C#

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes, the documentation.

No

Closes issue apache#37440 
* Closes: apache#37440

Authored-by: jeremyosterhoudt <jeremyosterhoudt@yahoo.com>
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 this pull request may close these issues.

[C#] Add Flight SQL supported functions to the support docs
2 participants