Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unaligned tvlist feat #14265

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Conversation

shizy818
Copy link

@shizy818 shizy818 commented Dec 2, 2024

Description

Content1 ...

Content2 ...

Content3 ...


This PR has:

  • been self-reviewed.
    • concurrent read
    • concurrent write
    • concurrent read and write
  • added documentation for new or modified features or behaviors.
  • added Javadocs for most classes and all non-trivial methods.
  • added or updated version, license, or notice information
  • added comments explaining the "why" and the intent of the code wherever would not be obvious
    for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold
    for code coverage.
  • added integration tests.
  • been tested in a test IoTDB cluster.

Key changed/added classes (or packages if there are too many classes) in this PR

@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from a9c5aab to 215cb4b Compare December 2, 2024 06:20
Binary valueP = getBinary(p);
int valueP = getValueIndex(p);
long timeP = getTime(p);
Binary valueQ = getBinary(q);
int valueQ = getValueIndex(q);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to rename the variables. The same below.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I can to do this change later, and move common methods to XXXSort.

[HTHou](https://github.com/HTHou) [Dec 3, 2024](https://github.com/apache/iotdb/pull/14265#discussion_r1866983823)
这个方法看起来各个实现类里都变成一样的了,是不是可以放到 TimSort.java 里

@apache apache deleted a comment from shizy818 Dec 4, 2024
@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from ae4d92b to a033bc9 Compare December 4, 2024 10:51
@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from 0edb9c6 to 5aaa59b Compare December 5, 2024 01:46
@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from 9d1de83 to cd3f7d9 Compare December 5, 2024 23:55
@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from d65c4f7 to 73e9f83 Compare December 7, 2024 09:00
@shizy818 shizy818 force-pushed the unaligned-tvlist-feat branch from 1a53a0b to 9411fea Compare December 13, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants