Skip to content

Apache IoTDB 0.12.6

Compare
Choose a tag to compare
@JackieTien97 JackieTien97 released this 08 Jul 10:01
· 6834 commits to master since this release

Improvements

  • [IOTDB-3515] Make the message clear when loading empty TsFile

Bug Fixes

  • [IOTDB-2773] Fix overlapped data should be consumed first bug
  • [IOTDB-3135] Fix parameter max_select_unseq_file_num_in_each_unseq_compaction doesn't work
  • [IOTDB-3292] Fix chunk size overflow in level compaction
  • [IOTDB-3392] Fix File doesn't exist when moving TsFile when virtual_storage_group > 1
  • [IOTDB-3398] Remove the exception when query meet a device is not in TsFile, which is a normal case
  • [IOTDB-3602] Skip empty TsFile when loading directory
  • [ISSUE-4399] When non-root user get an empty query result, return no permission error message
  • [ISSUE-5809] Fix bug: sum aggregation result return 0 when no data
  • Fix data in seq files overlapped