hbutani / icebergSQL

Integration of Iceberg table management into Spark SQL
Apache License 2.0
11 stars 4 forks source link

Introduce 'as of' select statement #1

Closed hbutani closed 5 years ago

hbutani commented 5 years ago

Allow running queries a point in time. This will be as top-level clause in the query, so will apply to all tables in the query. In order to support a separate clause for every sub-query block would requiring changing the native parser; currently we only plan to extend it.

hbutani commented 5 years ago

Fixed in commit 590f1787e2a037ae9ec04b0d78b0bc45f7977cd9