Skip to content

Apache TsFile 2.0.0

Latest
Compare
Choose a tag to compare
@HTHou HTHou released this 17 Jan 03:53
· 20 commits to develop since this release
ebac88e

New Feature

Improvement/Bugfix

  • Fix allSatisfy bug in InFilter by @JackieTien97 in #219
  • Fix bug in the conversion of int types to timestamp. by @FearfulTomcat27 in #223
  • Fix getValue method in Tablet doesn't support Date and Timestamp type by @HTHou in #243
  • Fix error when write aligned tablet with null date by @HTHou in #250
  • Fix tablet isNull method not correct by @HTHou in #255
  • Fixed the issue that the time of the first data item written to TSFile by measurement cannot be a negative number by @luoluoyuyu in #297
  • Fix float encoder overflow by @HTHou in #342