You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/11/05 02:42:56 UTC

[iotdb] branch rel/0.11 updated: enhance partial insert

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/0.11 by this push:
     new fb9441f  enhance partial insert
fb9441f is described below

commit fb9441f079527b7b17934c3c61b113c3b19e982b
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Nov 5 10:41:56 2020 +0800

    enhance partial insert
---
 RELEASE_NOTES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a855a05..e24e640 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -38,7 +38,7 @@
 * IOTDB-968 Support time predicate in select last, e.g., select last * from root where time >= T
 * Support alias if it is used in query (e.g., select s1 as temp from root.a.b)
 * Add level compaction strategy
-* Add partialInsert
+* Enable partial insert (some failed inserted columns do not impact others)
 
 ## Incompatible changes