Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-37219

support AS OF syntax

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.3.0
    • 3.3.0
    • SQL
    • None

    Description

      https://docs.databricks.com/delta/quick-start.html#query-an-earlier-version-of-the-table-time-travel

      Delta Lake time travel allows user to query an older snapshot of a Delta table. To query an older version of a table, user needs to specify a version or timestamp in a SELECT statement using AS OF syntax as the follows

      SELECT * FROM default.people10m VERSION AS OF 0;

      SELECT * FROM default.people10m TIMESTAMP AS OF '2019-01-29 00:37:58';

      This ticket is opened to add AS OF syntax in Spark

      Attachments

        Issue Links

          Activity

            People

              huaxingao Huaxin Gao
              huaxingao Huaxin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: