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

public DeltaTable method to access table config #353

Closed
houqp opened this issue Aug 5, 2021 · 4 comments · Fixed by #356
Closed

public DeltaTable method to access table config #353

houqp opened this issue Aug 5, 2021 · 4 comments · Fixed by #356
Assignees
Labels
binding/rust Issues for the Rust crate enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@houqp
Copy link
Member

houqp commented Aug 5, 2021

Description

Use Case

Looks like there is no public method declared on the DeltaTable struct itself to access table config value. Table configurations are currently encapsulated within DeltaTableState.TableMetadata, which is all private fields.

@houqp houqp added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers binding/rust Issues for the Rust crate labels Aug 5, 2021
@Smurphy000
Copy link
Contributor

Are you saying that a method is needed on DeltaTable that can get the current Metadata from its state field and return the configuration HashMap?

@houqp
Copy link
Member Author

houqp commented Aug 6, 2021

that's correct

@Smurphy000
Copy link
Contributor

I can probably do this unless somebody else wants to

@houqp
Copy link
Member Author

houqp commented Aug 6, 2021

Thanks @Smurphy000 , consider yourself assigned :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants