Skip to content

Commit

Permalink
Fix id expression comment
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <[email protected]>
  • Loading branch information
dai-chen committed Dec 20, 2024
1 parent 003a1d6 commit cd10c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ case class FlintSparkIndexOptions(options: Map[String, String]) {
def indexSettings(): Option[String] = getOptionValue(INDEX_SETTINGS)

/**
* An expression that generates unique value as source data row ID.
* An expression that generates unique value as index data row ID.
*
* @return
* ID expression
Expand Down

0 comments on commit cd10c8e

Please sign in to comment.