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

Refactor utilities to check for path-based tables #3871

Closed johanl-db closed 1 week ago

johanl-db commented 1 week ago

Description

Plain refactor to make trait SupportsPathIdentifier - provides utilities to check if a table is accessed by path - usable outside of DeltaCatalog

How was this patch tested?

Existing tests

Does this PR introduce any user-facing changes?

No