jt2594838 opened a new pull request, #16107:
URL: https://github.com/apache/iotdb/pull/16107

   To increase encoding efficiency, when encoding nulls in a Tablet, the 
previous value will be used as the placeholder for nulls.
   When the previous value itself is null, an exception will be raised.
   
   Instead of using the previous value, the last non-null value (or a default 
value if none exists) is used as the placeholder.


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