hongzhi-gao opened a new pull request, #796:
URL: https://github.com/apache/tsfile/pull/796

   ## Summary
   
   - Fix C++ TS_2DIFF float/double page layout to match Java overflow-page 
encoding.
   - Harden googletest zip handling in CMake: reject/remove empty or invalid 
zip files and only accept valid ZIP magic before enabling tests.
   
   
   ## Encoding Layout 
   
   **Legacy raw block (old C++ path):**
   [ TS_2DIFF inner block ]
   
   
   **Java-compatible overflow page (fixed C++ path):**
   [ outer_magic(varint=2147483646) ]
   [ count(varint) ]
   [ bitmap_under ]
   [ bitmap_over ]
   [ inner_max_point(varint=0) ]
   [ TS_2DIFF inner block payload ]


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