Skip to content

fix: adding MD5 checksums for string column#258

Merged
liulx20 merged 2 commits into
alibaba:mainfrom
liulx20:md5
Apr 20, 2026
Merged

fix: adding MD5 checksums for string column#258
liulx20 merged 2 commits into
alibaba:mainfrom
liulx20:md5

Conversation

@liulx20
Copy link
Copy Markdown
Collaborator

@liulx20 liulx20 commented Apr 20, 2026

Fix #251
This pull request improves data integrity for string columns by adding MD5 checksums to the output files in the TypedColumn<std::string_view> class. The main changes ensure that both the data and item files now include MD5 hashes, which can be used for later verification.

Copy link
Copy Markdown
Contributor

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@liulx20 liulx20 requested a review from zhanglei1949 April 20, 2026 09:23
Copy link
Copy Markdown
Member

@zhanglei1949 zhanglei1949 left a comment

Choose a reason for hiding this comment

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

LGTM

@liulx20 liulx20 merged commit 48de7d1 into alibaba:main Apr 20, 2026
16 checks passed
@lnfjpt lnfjpt mentioned this pull request May 26, 2026
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.

The md5 for items buffer are not calculated for StringColumn

2 participants