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] #2163

Open
3 of 8 tasks
alxvsk opened this issue Oct 10, 2023 · 1 comment
Open
3 of 8 tasks

[Feature Request] #2163

alxvsk opened this issue Oct 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alxvsk
Copy link

alxvsk commented Oct 10, 2023

Feature request

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other - TRINO

Overview

Ability to set time travel option in Hive Metastore catalog for HMS-managed Delta Lake tables.

Motivation

Need to provide time travel options from the metadata catalog to deliver users a historical view of the table if the time travel option is not explicitly specified in Spark.
For example, Hive Metastore / Catalog will provide either versionAsOf or timestampAsOf SerDe parameters (similar to path, which is already stored in SerDe parameter in table’s Storage Descriptor to specify location of Delta table) to achieve this goal.

Further details

Time travel options from the Hive Metastore catalog will work the same as if it was set from Delta format options, only one versionAsOf or timestampAsOf is allowed.

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.

Note: already have a patch for Spark available and do not have anything for Trino.

@alxvsk alxvsk added the enhancement New feature or request label Oct 10, 2023
@tdas
Copy link
Contributor

tdas commented Oct 30, 2023

Delta Trino connector is not in this repository. It is in the Trino repository - https://github.com/trinodb/trino/tree/master/plugin/trino-delta-lake

So its best to create issues to improve the Delta Trino connector in that repository.

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

2 participants