[Py-Client] support new data types#13494
Merged
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #13494 +/- ##
============================================
+ Coverage 41.71% 41.73% +0.01%
Complexity 71 71
============================================
Files 3973 3973
Lines 246597 246627 +30
Branches 29854 29861 +7
============================================
+ Hits 102870 102918 +48
+ Misses 143727 143709 -18 ☔ View full report in Codecov by Sentry. |
|
jt2594838
approved these changes
Sep 13, 2024
HTHou
added a commit
that referenced
this pull request
Sep 13, 2024
* [Py-Client] support new data types * add test * recover useless change * more change
jt2594838
pushed a commit
that referenced
this pull request
Sep 14, 2024
* [Py-Client] support new data types (#13494) * [Py-Client] support new data types * add test * recover useless change * more change * fix test
Caideyipi
pushed a commit
to Caideyipi/iotdb
that referenced
this pull request
Mar 25, 2026
* [Py-Client] support new data types (apache#13494) * [Py-Client] support new data types * add test * recover useless change * more change * fix test
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.



Description
This PR is adding the support of DATE, TIMESTAMP, STRING, BLOB for python client.