-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C#] Proper spot to include flight sql nuget package for release? #38694
Comments
I don't know the answer :). But if you look at commit 6776229, you'll see the package added to both that file and to dev/tasks/tasks.yml. |
Hi @jeremyosterhoudt - I'm looking at using Flight SQL to query dremio from a .net service. It looks like you addedsome functionality in this space. I don't see a FlightSQLClient or a released nuget package though. Just wondering if you have any insights around this? Is this repo actively maintained because it seems like there are many outstanding PR's like this one. If there is a better place to discuss these things please point me towards it. Thanks in advance |
### Rationale for this change Apache.Arrow.Flight.Sql should be relased too. ### What changes are included in this PR? Upload it. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #38694 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Issue resolved by pull request 45309 |
Describe the usage question you have. Please include as many useful details as possible.
I noticed Flight SQL for C# was not in the latest
14.x
release. It occurred to me that when I did the PR to add support I never updated any scripts for releasing the package. The scripts for release have a lot of different sections. Would this be the correct place to add the new project for nuget release https://github.com/apache/arrow/blob/main/dev/release/post-06-csharp.sh#L38-L42? Are there any additional areas that may need to be edited?Component(s)
C#
The text was updated successfully, but these errors were encountered: