You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we just can use spark dataframe api to query table of history version.
Motivation
Need support use sparksql to time travel.
Further details
just like below:
SELECT * FROM default.tb1 VERSION AS OF 2
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.
The text was updated successfully, but these errors were encountered:
Thanks for raising the request. We already have a ticket for this request #128. You can watch it to get the latest update.
I use delta-core_2.12-2.0.0rc1、Spark3.2.1 for testing. Same error happen.
== SQL ==
SELECT * FROM default.people10m_upload TIMESTAMP AS OF '2018-10-18T22:15:12.013Z'
-------------------------------------------------^^^
spark-sql>
Feature request
Overview
Now we just can use spark dataframe api to query table of history version.
Motivation
Need support use sparksql to time travel.
Further details
just like below:
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?
The text was updated successfully, but these errors were encountered: