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
6.96k stars 1.58k forks source link

[Kernel] Remove unused `ExpressionHandler.isSupported(...)` for now #3018

Closed allisonport-db closed 2 weeks ago

allisonport-db commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Removes a currently unused API in ExpressionHandler.

See https://github.com/delta-io/delta/issues/3017 for details. TLDR we added this API before achieving consensus on what we want to implement and it is currently unused. Remove it for now and we can add it back later if needed.

How was this patch tested?

N/A

Does this PR introduce any user-facing changes?

No