BrytonLee opened a new pull request, #1979:
URL: https://github.com/apache/auron/pull/1979

   
   freeze_to_arrays writes a 1-byte marker (0x01) before the BloomFilter data, 
but unfreeze_from_arrays was reading directly without skipping this marker. 
This caused SparkBloomFilter::read_from to interpret the marker byte as part of 
the version field, resulting in "unsupported version: 16777216" error 
(0x01000000 when read as big-endian i32).
   
   The fix adds cursor.read_u8() to skip the marker before reading the 
BloomFilter.


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