Skip to content

Commit 59026f1

Browse files
meta-inf
Co-authored-by: Thomas Chow <[email protected]>
1 parent 1275acf commit 59026f1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,8 @@ import java.util
2525
import scala.jdk.CollectionConverters._
2626
import scala.util.Try
2727

28-
/** For now, just delegate to the iceberg catalog.
29-
* todo(tchow): Given a chronon catalog, delegate to the correct catalog.
30-
*
31-
* In order of resolution:
32-
* 1. BigQuery native
33-
* 2. Iceberg
34-
* 3. External tables
35-
*
36-
* @param chrononCat
37-
* @param icebergCatalog
28+
/**
29+
* A table that delegates all operations to an internal table, but with additional properties.
3830
*/
3931
class DelegatingTable(internalTable: Table, additionalProperties: Map[String, String])
4032
extends Table

0 commit comments

Comments
 (0)