stefanvodita commented on issue #10651:
URL: https://github.com/apache/lucene/issues/10651#issuecomment-1693668397

   `PACKED_SINGLE_BLOCK` is currently used in `core` by `Packed64SingleBlock` 
and in `backward-codecs` by `LegacyPacked64SingleBlock`. Both of them call to 
`BulkOperation`, which also needs to know about `PACKED_SINGLE_BLOCK`.
   
   I'd like to understand why we need both `Packed64SingleBlock` and 
`LegacyPacked64SingleBlock`. If we were to remove `PACKED_SINGLE_BLOCK`, would 
we implement special logic to replicate `BulkOperation` and keep 
`LegacyPacked64SingleBlock` working?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to