Skip to content

Commit

Permalink
update comment for log entry for OpenSearch
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
  • Loading branch information
seankao-az committed Jul 2, 2024
1 parent b1f67a2 commit d0e8f33
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
/**
* Flint metadata log in OpenSearch store. For now use single doc instead of maintaining history
* of metadata log.
* Expects the following fields from maps in FlintMetadataLogEntry:
* - entryVersion:
* - seqNo: Long
* - primaryTerm: Long
* - storageContext:
* - dataSourceName: String
*/
public class FlintOpenSearchMetadataLog implements FlintMetadataLog<FlintMetadataLogEntry> {

Expand Down

0 comments on commit d0e8f33

Please sign in to comment.