Feature/python new datatypes#641
Merged
hongzhi-gao merged 2 commits intoapache:feature/python-new-datatypesfrom Nov 18, 2025
Merged
Feature/python new datatypes#641hongzhi-gao merged 2 commits intoapache:feature/python-new-datatypesfrom
hongzhi-gao merged 2 commits intoapache:feature/python-new-datatypesfrom
Conversation
c234bb0
into
apache:feature/python-new-datatypes
1 check passed
ColinLeeo
pushed a commit
that referenced
this pull request
Dec 1, 2025
* [Python] new datatypes * add cwrapper ut for python new datatypes
ColinLeeo
added a commit
that referenced
this pull request
Dec 2, 2025
hongzhi-gao
added a commit
to hongzhi-gao/tsfile
that referenced
this pull request
Dec 22, 2025
* Feature/python new datatypes (apache#641) * [Python] new datatypes Co-authored-by: Hongzhi Gao <761417898@qq.com> # Conflicts: # cpp/src/common/record.h # cpp/src/cwrapper/tsfile_cwrapper.cc # python/tests/test_write_and_read.py # python/tsfile/tsfile_py_cpp.pyx # python/tsfile/tsfile_reader.pyx
ColinLeeo
added a commit
that referenced
this pull request
Dec 23, 2025
ColinLeeo
added a commit
that referenced
this pull request
Dec 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Add Python interface support for blob, string, text, and date data types in tsfile-cwrapper.
Note:
write_row_recordoperation in tsfile-python currently fails to properly write data content to tsfile files (bug demonstrated intest_row_record_write_and_read).