This is an automated email from the ASF dual-hosted git repository.
leirui pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/rel/0.9 by this push:
new df0bd9b update RELEASE_NOTES
df0bd9b is described below
commit df0bd9b9ebc6c9908378ef0e4cc5f4e06d4d8472
Author: Lei Rui <[email protected]>
AuthorDate: Mon Dec 30 16:43:32 2019 +0800
update RELEASE_NOTES
---
RELEASE_NOTES.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index ec2bf92..8690246 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -23,11 +23,12 @@
## Bug Fixes
+- IOTDB-159 Fix NullPointerException in SeqTsFileRecoverTest and
UnseqTsFileRecoverTest
- IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the
following queries to fail
- IOTDB-324 Fix inaccurate statistics when writing in batch
- IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the wrong
page skipping logic
- IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is an
integral multiple of interval
-- IOTDB-357 Fix NullPointerException in tsfile recover performer
+- IOTDB-357 Fix NullPointerException in ActiveTimeSeriesCounter
- IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
- IOTDB-360 Fix bug of a deadlock in CompressionRatio
- IOTDB-363 Fix link errors in Development-Contributing.md and add
Development-Document.md