delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

[Spark] [WIP] CLONE and RESTORE to support IDENTIFIER clause #3876

Open srielau opened 1 week ago

srielau commented 1 week ago

Which Delta project/connector is this regarding?

Description

DeltaAnalysis is a rule. As such it has to expect UnresolvedRelations and should not raise errors. Instead it should just not match and let the rule engine continue its work.

How was this patch tested?

Does this PR introduce any user-facing changes?