Skip to content

Conversation

@sudhiremmadi
Copy link
Contributor

No description provided.

@github-actions github-actions bot added this to the ADBC Libraries 18 milestone Apr 28, 2025
@sudhiremmadi sudhiremmadi changed the title Implement Standard SSL mode for Impala feat(csharp/src/Drivers/Apache): Implement Standard SSL mode for Impala Apr 28, 2025
Copy link
Contributor

@CurtHagenlocher CurtHagenlocher left a comment

Choose a reason for hiding this comment

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

Thanks! Please fix the one method name to be consistent with C# naming conventions.

return httpClientHandler;
}

static internal TlsProperties GetStandardTlsOptions(IReadOnlyDictionary<string, string> properties)
Copy link
Contributor

Choose a reason for hiding this comment

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

There's no way to share this setup logic with the HTTP code path? They are practically identical.

In hindsight, it would have been better to have a TLS property set that was independent of HTTP vs TCP transport.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changing connection properties is not recommended, hence added new properties for TCP transport

@CurtHagenlocher CurtHagenlocher merged commit c94cd38 into apache:main May 2, 2025
7 checks passed
@sudhiremmadi sudhiremmadi deleted the standardSSL branch July 31, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants