apache/lucene

Move long[] group varint to backward-codecs

Open

#15.113 aperta il 22 ago 2025

Vedi su GitHub
 (5 commenti) (2 reazioni) (0 assegnatari)Java (879 fork)batch import
good first issuetype:task

Metriche repository

Star
 (2179 star)
Metriche merge PR
 (Merge medio 7g 11h) (109 PR mergiate in 30 g)

Descrizione

Description

This is a follow-up of #15104. The benchmark was accidentally calling legacy code that writes the output of a varint group into a long[]. This wouldn't have happened if this code - which is only used by backward codecs - was in lucene/backward-codecs.

Guida contributor