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

[Feature Request] a way to choose relative paths in delta log file instead of absolute path #4124

Open
6 of 8 tasks
santosh-d3vpl3x opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@santosh-d3vpl3x
Copy link

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (anything that can work write data in delta format)

Overview

Delta protocol calls out support for relative path in the log files. This path is relative to the table root directory. Provide a way to configure writers to write logs with relative paths instead of absolute paths.
It should be possible to switch between two as well.

Motivation

  • Moving data directory around in the filesystem.
  • Sometimes a same filesystem can be presented as different schemes, example: ozone.

It is helpful to stick to relative paths in such cases as it increases the flexibility to choose/configure endpoints and need for editing the log files or rewrites.

Further details

NA

Willingness to contribute

The Delta Lake Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature?

  • Yes. I can contribute this feature independently.
  • Yes. I would be willing to contribute this feature with guidance from the Delta Lake community.
  • No. I cannot contribute this feature at this time.
@santosh-d3vpl3x santosh-d3vpl3x added the enhancement New feature or request label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant