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

Allow customization of conversion to relative paths #323

Open
ashvina opened this issue Feb 5, 2024 · 0 comments · May be fixed by #324
Open

Allow customization of conversion to relative paths #323

ashvina opened this issue Feb 5, 2024 · 0 comments · May be fixed by #324
Assignees

Comments

@ashvina
Copy link
Contributor

ashvina commented Feb 5, 2024

Currently, any absolute paths of a dataFile is converter to relative path in the DeltaClient
https://github.com/onetable-io/onetable/blob/69282bd27abefc4d52c45dca33965cb93fca228a/core/src/main/java/io/onetable/delta/DeltaDataFileUpdatesExtractor.java#L104

This conversion is hardcoded as relative paths more commonly supported by query engines. As indicated in the comment, this conversion can be limiting for users who may want to preserve absolute paths or handle path schemes differently. It would be useful to have the ability to inject custom code and allow for customization of the path conversion process.

@ashvina ashvina self-assigned this Feb 5, 2024
@ashvina ashvina linked a pull request Feb 5, 2024 that will close this issue
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 a pull request may close this issue.

1 participant