You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
null// This corresponds to `spark_catalog in `spark.sql.catalog.spark_catalog`. This is necessary for spark to correctly choose which implementation to use.
52
55
@@ -118,14 +121,17 @@ class DelegatingBigQueryMetastoreCatalog extends TableCatalog with SupportsNames
118
121
)
119
122
fileBasedTable
120
123
}
121
-
case_: StandardTableDefinition=> {
124
+
casestTable: StandardTableDefinition=> {
122
125
//todo(tchow): Support partitioning
123
126
124
127
// Hack because there's a bug in the BigQueryCatalog where they ignore the projectId.
0 commit comments