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

[DML] Scala/Java APIs for describing table history #54

Closed
tdas opened this issue May 21, 2019 · 2 comments
Closed

[DML] Scala/Java APIs for describing table history #54

tdas opened this issue May 21, 2019 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@tdas
Copy link
Contributor

tdas commented May 21, 2019

Official issue for tracking work for building Scala APIs for describe table history.

@andremesarovic
Copy link

Is there a timeline for this? 3.0 perhaps? The ticket title seems backwards - shouldn't it read "SQL for describing table history" since you can already do it with the Scala/Python Dataframe API? The description should be expanded to refer to all Delta-specific SQL constructs such as:

DESCRIBE HISTORY my_table
DESCRIBE DETAIL my_table
SELECT * FROM my_table VERSION AS OF 5 
etc.

@marmbrus
Copy link
Contributor

The description is not backwards here. We do plan to add scala/java APIs here first as this is easier to do without extending Apache Spark.

In the long run I also hope that we can work with the Spark community to add the needed extension points so the same SQL APIs that are available in Databricks can be used by everyone.

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

4 participants