Skip to content

[FlightSQL] Add Builder for configuring options on flight sql client #3308

@alamb

Description

@alamb

As suggested by @viirya in #3207 (comment)

I think we may come with a option struct and have these as default values. And users can specify them if needed.

The basic idea would be that the FlightSqlServiceClient would take a options struct. Now they are hard coded

let options = FlightSqlOptions::new();
let client = FlightSqlServiceClient::try_new(options).await?

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrow-flightChanges to the arrow-flight crateenhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions