Skip to content

Consider wrapping location in ShootsServer() #36

@rickspencer3

Description

@rickspencer3

Currently, it is required for the user to construct a pyarrow.flight Location object to create a server:

        location = Location.for_grpc_tcp("localhost", self.port)
        return ShootsServer(location, bucket_dir=self.bucket_dir)

consider moving this into the constructor, and providing address, port, and bucket_dir as optional params

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions