Hey @channel has anyone else hit this issue in Fabric Runtime 1.3?
We’re seeing scala.NotImplementedError: an implementation is missing whenever calling:
spark.catalog.functionExists("someFunc")
or
spark.catalog.listFunctions()
This used to work fine (or at least not crash) in earlier runtimes, but now it fails with:
scala.NotImplementedError: an implementation is missing
at com.microsoft.fabric.spark.catalog.OnelakeExternalCatalog.listFunctions(OnelakeExternalCatalog.scala:404)
Environment:
is it some lakehouse connection issue or some other known issue?
Would appreciate any insights.