jackylee-ch commented on PR #9823:
URL: https://github.com/apache/paimon/pull/9823#issuecomment-5761290504

   Rescoped to build time: `toLuminaOptions` is untouched and a test asserts it 
still does not throw for `pq.m=0`. The guard moved to `toBuildOptions`, which 
only the writer calls.
   
   Your first question is answerable statically — the library ships unstripped. 
`strings -a -t d liblumina.so | grep -i numchunks` gives `Invalid numChunks 
[%d] for PQ encoding, must be > 0 and <= dimension [%d].`, referenced once in 
`lumina::quantizer::CreateQuantizerTrainer`.
   
   On the third: a `pq.m=0` index cannot exist — `LuminaIndexMeta` is built at 
`LuminaVectorGlobalIndexWriter:304`, after `createForBuild` succeeded at `:269`.
   


-- 
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]

Reply via email to