Skip to content

Commit

Permalink
Change id column name to avoid conflict with user data
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <daichen@amazon.com>
  • Loading branch information
dai-chen committed Jun 30, 2023
1 parent 0bbfe8f commit d7bff3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ object FlintSparkIndex {
/**
* ID column name.
*/
val ID_COLUMN: String = "id"
val ID_COLUMN: String = "__id__"
}

0 comments on commit d7bff3e

Please sign in to comment.