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

hxd 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 af72350  update release_note for 0.11.2 rc2; add execuable permission 
to import/export csv scripts
af72350 is described below

commit af723505975ea61ae01ba0fe3f67c7fb4de21d7b
Author: xiangdong huang <[email protected]>
AuthorDate: Fri Jan 8 11:13:10 2021 +0800

    update release_note for 0.11.2 rc2; add execuable permission to 
import/export csv scripts
---
 RELEASE_NOTES.md                                | 2 ++
 cli/src/assembly/resources/tools/export-csv.bat | 0
 cli/src/assembly/resources/tools/export-csv.sh  | 0
 cli/src/assembly/resources/tools/import-csv.bat | 0
 cli/src/assembly/resources/tools/import-csv.sh  | 0
 5 files changed, 2 insertions(+)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6ec0221..70fd6bb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -27,6 +27,7 @@
 * IOTDB-1069 restrict the flushing memtable number to avoid OOM when 
mem_control is disabled
 * IOTDB-1077 add insertOneDeviceRecords API in java session
 * IOTDB-1087 fix compaction block flush: flush do not return until compaction 
finished
+* IOTDB-1106 Delete timeseries statement will incorrectly delete other 
timeseries  
 * Github issue-2137 fix grafana value-time position bug
 * Github issue-2169 GetObject returns String for all data types
 * Github issue-2240 fix Sync failed: Socket is closed by peer
@@ -36,6 +37,7 @@
 * Fix compaction recover block restart: IoTDB cannot restart until last 
compaction recover task finished
 * Fix compaction ignore modification file: delete does not work after 
compaction
 * print more insert error message in client
+* expose enablePartition parameter into iotdb-engines.properpties
 
 # Apache IoTDB 0.11.1
 
diff --git a/cli/src/assembly/resources/tools/export-csv.bat 
b/cli/src/assembly/resources/tools/export-csv.bat
old mode 100644
new mode 100755
diff --git a/cli/src/assembly/resources/tools/export-csv.sh 
b/cli/src/assembly/resources/tools/export-csv.sh
old mode 100644
new mode 100755
diff --git a/cli/src/assembly/resources/tools/import-csv.bat 
b/cli/src/assembly/resources/tools/import-csv.bat
old mode 100644
new mode 100755
diff --git a/cli/src/assembly/resources/tools/import-csv.sh 
b/cli/src/assembly/resources/tools/import-csv.sh
old mode 100644
new mode 100755

Reply via email to