Skip to content

Commit e9d47de

Browse files
remove extra
Co-authored-by: Thomas Chow <[email protected]>
1 parent 41f6567 commit e9d47de

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

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

28-
/**
29-
* A table that delegates all operations to an internal table, but with additional properties.
28+
/** A table that delegates all operations to an internal table, but with additional properties.
3029
*/
3130
class DelegatingTable(internalTable: Table, additionalProperties: Map[String, String])
3231
extends Table

spark/src/main/scala/ai/chronon/spark/ChrononKryoRegistrator.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ class ChrononKryoRegistrator extends KryoRegistrator {
8282
"ai.chronon.aggregator.base.ApproxHistogramIr",
8383
"ai.chronon.aggregator.base.MomentsIR",
8484
"ai.chronon.aggregator.windowing.BatchIr",
85-
"ai.chronon.online.RowWrapper",
86-
"ai.chronon.online.fetcher.Fetcher$Request",
8785
"ai.chronon.aggregator.windowing.FinalBatchIr",
8886
"ai.chronon.api.Row",
87+
"ai.chronon.online.RowWrapper",
88+
"ai.chronon.online.fetcher.Fetcher$Request",
8989
"ai.chronon.online.Fetcher$Request",
9090
"ai.chronon.online.LoggableResponse",
9191
"ai.chronon.online.LoggableResponseBase64",

0 commit comments

Comments
 (0)