-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
type: enhancementA general enhancementA general enhancement
Description
SeqNoPrimaryTerm
provides long datatypes
Line 43 in 55d470f
public record SeqNoPrimaryTerm(long sequenceNumber, long primaryTerm) { |
But UpdateQuery
accepts Int.
Lines 45 to 46 in 55d470f
@Nullable private final Integer ifSeqNo; | |
@Nullable private final Integer ifPrimaryTerm; |
It may be casted to a certain point, but then it becomes negative.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement