You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/10 07:45:20 UTC

[GitHub] [iotdb] bigreybear opened a new pull request, #6950: [To rel/0.13][ISSUE-6937]Add alignment flag for single measurement template

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

   The root cause of #6937 is that the information of whether the template which has only one measurement inside is directly aligned is indeed regrettably lost within the former version of MLog. At the very begining, this information is supposed to be deduced by the structure of nested lists indicating measurement hierarchy, and the template with only one measurement was considered as a trivial case which  however occurs the issue today.
   
   This PR added an extra constant flag `DIR_ALI_FLG` to indicate to indicate whether the template is directly aligned. The flag reuses bits which are used to indicate `schemaNames` are deprecated.  Considering the reason above and that the template with only one measurement is not that prevalent, the fix affect only few classes, while leaving other files untouched.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] MarcosZyk merged pull request #6950: [To rel/0.13][ISSUE-6937]Add alignment flag for single measurement template

Posted by GitBox <gi...@apache.org>.
MarcosZyk merged PR #6950:
URL: https://github.com/apache/iotdb/pull/6950


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org