Skip to content

Commit 3281d24

Browse files
format
Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Thomas Chow <[email protected]>
1 parent 27b17d2 commit 3281d24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloud_gcp/src/main/scala/ai/chronon/integrations/cloud_gcp/DelegatingBigQueryMetastoreCatalog.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ class DelegatingBigQueryMetastoreCatalog extends CatalogExtension {
8787

8888
// Some stupid spark settings.
8989
private var defaultSessionCatalog: CatalogPlugin = null
90-
private var catalogName: String = null // This corresponds to `spark_catalog in `spark.sql.catalog.spark_catalog`. This is necessary for spark to correctly choose which implementation to use.
90+
private var catalogName: String =
91+
null // This corresponds to `spark_catalog in `spark.sql.catalog.spark_catalog`. This is necessary for spark to correctly choose which implementation to use.
9192

9293
override def listNamespaces: Array[Array[String]] = icebergCatalog.listNamespaces()
9394

0 commit comments

Comments
 (0)