Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghan Zhang committed Feb 16, 2024
1 parent 4da290e commit 5098951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/main/scala/ai/chronon/spark/Driver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ object Driver {
opt[String](required = false,
descr =
"Start date to compute join backfill, this start date will override start partition in conf.")
// joinPartOnly should be a list instead of a string
// selectedJoinParts should be a list instead of a string
val selectedJoinParts: ScallopOption[List[String]] =
opt[List[String]](required = false,
descr = "Only backfill the specified JoinPart.")
Expand Down

0 comments on commit 5098951

Please sign in to comment.