Re: Spark catalog api bug when working with non-hms based catalog

2025-01-07 Thread Sunny Malik
JIRA ID: https://issues.apache.org/jira/browse/SPARK-50759 On Tue, Jan 7, 2025 at 1:26 PM Sunny Malik wrote: > Hi > > I am encountering issues while working with a REST-based catalog. My Spark > session is configured with a default catalog that uses the REST-based > implementation. > > The Spark

Spark catalog api bug when working with non-hms based catalog

2025-01-07 Thread Sunny Malik
Hi I am encountering issues while working with a REST-based catalog. My Spark session is configured with a default catalog that uses the REST-based implementation. The SparkSession.catalog API does not function correctly with the REST-based catalog. This issue has been tested and observed in Spar