Skip to content

Commit

Permalink
Added character for Triggering Jenkins build
Browse files Browse the repository at this point in the history
Signed-off-by: expani <[email protected]>
  • Loading branch information
expani committed Aug 2, 2024
1 parent 712e4de commit 57fb7f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ private void generateAndCollectCompositeKeys(
int doc
) throws IOException {
if (collectedValues.size() == index) {
// Avoid performing a deep copy of the composite key by inlining
// Avoid performing a deep copy of the composite key by inlining.
long bucketOrd = bucketOrds.add(owningBucketOrd, scratch.bytes().toBytesRef());
if (collectBucketOrds) {
if (bucketOrd < 0) {
Expand Down

0 comments on commit 57fb7f1

Please sign in to comment.