1. 3c809d5 Fix tree queryByRow device ID parsing for multi-segment paths (#776) by Hongzhi Gao · 2 hours ago develop
  2. cb59543 fix(cpp): skip missing device/measurement in tree queryByRow (#777) by Hongzhi Gao · 3 hours ago
  3. fa3e01f fix(cpp): aligned VECTOR row-offset skip only when time/value counts match (#778) by Hongzhi Gao · 20 hours ago
  4. b8885ae Optimize and Fix some bugs in TsFileDataFrame (#773) by YangCaiyin · 26 hours ago
  5. 87f66d9 Write with parallel (#772) by Colin Lee · 3 days ago
  6. e2fba46 Fix data loss (#771) by Colin Lee · 4 days ago
  7. 9374f72 Remove timestamps cache to optmize init phase (#769) by YangCaiyin · 4 days ago
  8. 7d308fe support tag filter. (#768) by Colin Lee · 5 days ago
  9. 21d70d6 Support TsfileDataFrame (#765) by YangCaiyin · 5 days ago
  10. 56756d2 Bump actions/github-script from 7.0.1 to 8.0.0 (#594) by dependabot[bot] · 5 days ago
  11. af35aee Feat/c python timeseries metadata (#767) by Hongzhi Gao · 6 days ago
  12. b6249d9 fix pyarrow version. (#766) by Colin Lee · 10 days ago
  13. 6073785 Fix/tree query and rle decoder (#764) by Colin Lee · 11 days ago
  14. 8c8198a Bump actions/setup-python from 4 to 6 (#763) by dependabot[bot] · 11 days ago
  15. 9c50155 Bump actions/setup-java from 4 to 5 (#762) by dependabot[bot] · 11 days ago
  16. 37d2d6d Bump actions/upload-artifact from 4 to 7 (#761) by dependabot[bot] · 11 days ago
  17. 75e0664 Perf: optimize Tablet write with columnar string storage and lazy DeviceID construction (~10x throughput) (#748) by Colin Lee · 13 days ago
  18. f621373 fix cpp device_id parser (#759) by Hongzhi Gao · 13 days ago
  19. c67a199 introduce simde as third-party dependency. (#755) by Colin Lee · 13 days ago
  20. 229f69e fix disable QueryByRowFasterThanManualNext tests (#757) by Hongzhi Gao · 14 days ago
  21. 55d5932 Fix/aligned tv page seal (#734) by Hongzhi Gao · 14 days ago
  22. aa77798 add pyarrow requirement. (#756) by Colin Lee · 2 weeks ago
  23. 27af406 Add tsblock tsfile writer (#753) by shuwenwei · 2 weeks ago
  24. ed91d2a Feature/query by row (#745) by Hongzhi Gao · 3 weeks ago
  25. ce16cb2 remove extra cpp zlib (#751) by Hongzhi Gao · 3 weeks ago
  26. 1b38b7d enable memory detect. (#746) by Colin Lee · 3 weeks ago
  27. 2b0c0bf Support arrow struct (#739) by Colin Lee · 3 weeks ago
  28. 5e9f8c2 update release info of v2.2.1. (#750) by Colin Lee · 3 weeks ago
  29. 7d32823 support python release. (#743) by Colin Lee · 3 weeks ago
  30. b90f676 support accurate filter rows recording during query execution (#744) by alpass163 · 4 weeks ago
  31. b171c5e Feature/get-sensor-statistic-and-restorable-writer (#731) by Hongzhi Gao · 5 weeks ago
  32. dd27faf Fix/table model date query read (#738) by Hongzhi Gao · 5 weeks ago
  33. 7c01e4f Fix/infer object column type bool (#737) by Hongzhi Gao · 6 weeks ago
  34. 27b1051 Fix validation for DataFrame with only time column in `dataframe_to_tsfile` (#736) by Hongzhi Gao · 6 weeks ago
  35. bd81061 Fix invalid DataFrame column name validation before lowercasing. (#735) by Hongzhi Gao · 6 weeks ago
  36. d899d16 Bump actions/upload-artifact from 5 to 7 (#733) by dependabot[bot] · 6 weeks ago
  37. d2ed464 Bump github/codeql-action from 3 to 4 (#623) by dependabot[bot] · 6 weeks ago
  38. 9d7d47f Bump actions/cache from 4 to 5 (#732) by dependabot[bot] · 6 weeks ago
  39. ebb4d97 Fix empty TAG column result in to_dataframe when querying table model. (#730) by Colin Lee · 7 weeks ago rc/2.2.1
  40. 5feb69d Delete .github/workflows/greetings.yml (#729) by Haonan · 7 weeks ago
  41. 4bb70e8 fix cpp codeql (#728) by Haonan · 7 weeks ago
  42. dbf02c7 fix readme logo (#727) by Hongzhi Gao · 7 weeks ago
  43. 8da8575 Fix inability to read files exceeding int32 size limit (#726) by Colin Lee · 7 weeks ago
  44. 87c02d8 Remove unused code (#725) by Colin Lee · 7 weeks ago
  45. 273f2cf Bump actions/upload-artifact from 4 to 5 (#620) by dependabot[bot] · 7 weeks ago
  46. 237b721 Support dataframe to tsfile (#706) by Colin Lee · 8 weeks ago
  47. 052ff6b add 'dataTypeModifiedAndCannotUseStatistics' (#724) by shuwenwei · 9 weeks ago
  48. 0e7dcc6 Prevent modified flag from being overwritten#721 by shuwenwei · 10 weeks ago
  49. 0b37a9d calculate table size map during write process (#717) by shuwenwei · 10 weeks ago
  50. 697df93 Fix value and time chunk misalignment when rewriting with time deletion (#719) by shuwenwei · 10 weeks ago
  51. 69d1fe2 Add some support for changing schema during write (#718) by Jiang Tian · 2 months ago
  52. 8bb6575 move the package of MustOverride by Tian Jiang · 2 months ago
  53. 635afa3 TimeFilter.canSkip() use getStatistics() method (#715) by shuwenwei · 2 months ago
  54. 7eba4b9 Add @MustOverride (#714) by Jiang Tian · 2 months ago
  55. 8b4c0db fix rewrite non aligned chunk (#713) by shuwenwei · 2 months ago
  56. 58c9262 Bump wheel from 0.45.1 to 0.46.2 in /python (#711) by dependabot[bot] · 3 months ago
  57. b0bbba6 add the time for enum ColumnCategory (#710) by alpass163 · 3 months ago
  58. 1f95562 Add check for writing unsupported type of value in tablet (#709) by Haonan · 3 months ago
  59. ee5fffc Add an instance of validation. (#707) by libo · 3 months ago
  60. d234430 Resolve the problem that python client don't support DATE data type in the IntColumn (#705) by libo · 3 months ago
  61. e4c11a8 Supply a function so can modify datatype for IntColumnBuilder objects (#704) by libo · 3 months ago
  62. b584a33 Supply a function so can modify datatype for IntColumn objects. (#703) by libo · 3 months ago
  63. 420f5c0 fix the bug that chunk metadata mask is lost when deserializing from temporary .meta file (#696) by shuwenwei · 3 months ago
  64. 6a8e944 Avoid invoke their max and min statistics function on the Blob and TEXT type by libo · 3 months ago
  65. b74e26b update doap tsfile descrition (#687) by leto-b · 3 months ago
  66. bda3a91 Extend some satisfy functions in every data type corresponding Value Filter class so that accept other type as match object. (#684) by libo · 3 months ago research/encoding-pack-size
  67. 80b3733 Update release info after new version released (#682) by Haonan · 3 months ago
  68. 660dc18 Identify original date type in the IntColumn、ColumnBuilder、TsInt (#680) by libo · 3 months ago
  69. 658ee5b fix compile on old gcc. (#670) by Colin Lee · 4 months ago
  70. 26ecec8 Use direct comparison to check data type consistency during Tablet.addValue (#678) by Colin Lee · 4 months ago
  71. 880ec37 Allow other value of data type can be converted to value of Binary data type when find type is not consistence in the column of tsblock. (#676) by libo · 4 months ago
  72. 0b286ad feat: Add memory computing logic for some classes (#671) by Le Yang · 4 months ago
  73. 4ff1650 add to_dataframe annotation. (#673) by Colin Lee · 4 months ago
  74. d0ff02c update fmt. (#669) by Colin Lee · 4 months ago
  75. bcd0df1 Fix null field in cpp. (#668) by Colin Lee · 4 months ago
  76. b8f93a2 add the method satisfyInteger in LongFilter by editing FilterTemplate.ftl (#667) by alpass163 · 4 months ago
  77. 48217e0 tmp code (#666) by Colin Lee · 4 months ago
  78. 4f25d22 add the FalseLiteralFilter that filter out all the rows. (#665) by alpass163 · 4 months ago
  79. 47a5618 Fix release issue. (#662) by Colin Lee · 4 months ago
  80. 40a2c9c fix TsFileDeviceIterator (#661) by shuwenwei · 4 months ago
  81. cbceb75 Throw Exception for some getXXXX interface of OBJECT type (#660) by Jackie Tien · 4 months ago
  82. 6cda8d6 recover TsFileDeviceIterator.current() #658 Open by shuwenwei · 4 months ago
  83. e7f04f7 enhance TsFileDeviceIterator (#657) by shuwenwei · 4 months ago
  84. 803b0cb Replace value decoder (#655) by shuwenwei · 4 months ago
  85. ddb77ff Bump at.yawk.lz4:lz4-java from 1.10.0 to 1.10.1 in /java (#656) by dependabot[bot] · 4 months ago
  86. 25b630e Switch to at.yawk.lz4:lz4-java (#651) by Haonan · 4 months ago
  87. 3f6d786 Colin toolchain (#653) by Colin Lee · 4 months ago
  88. 2d07fa1 add test for confg modify. (#652) by Colin Lee · 4 months ago
  89. 4104ec7 Feature/python new datatypes (#641) (#644) by Colin Lee · 4 months ago
  90. 6bd2759 Feature/cpp removed antlr4 (#648) by Hongzhi Gao · 4 months ago
  91. 7aa4141 support read tree data (#643) by Colin Lee · 4 months ago research/encoding-pack-segment 2.2.0-pre-rc1
  92. 943a726 Support JDK-25 (#649) by Haonan · 5 months ago
  93. 5211bd4 Implement TagFilter functionality (#635) by Hongzhi Gao · 5 months ago
  94. 448046f add ioSizeRecorder (#631) by shuwenwei · 5 months ago
  95. 1bb3780 Fix/cpp get device schema (#642) by Hongzhi Gao · 5 months ago
  96. 4330d7c perf: Use enum types for compression and encoding instead of strings (#640) by Zhenyu Luo · 5 months ago
  97. be7bd7e Added memory calculation for tablet (#636) by Caideyipi · 5 months ago
  98. da7cd08 Feature/new cpp interface (#627) by Hongzhi Gao · 5 months ago
  99. 6f1ccce Add constructor to TableSchema with pre-built schemas and position index (#626) by Zhenyu Luo · 5 months ago
  100. 2afaa97 fix aligned chunk reader. (#634) by Colin Lee · 5 months ago