You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/11/22 08:25:05 UTC

[iotdb] branch jira_2047_12 created (now 6b525be)

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

haonan pushed a change to branch jira_2047_12
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 6b525be  [To rel/0.12] [IOTDB-2047] Fix NPE when memControl disabled and insert TEXT value to a non-TEXT series

This branch includes the following new commits:

     new 6b525be  [To rel/0.12] [IOTDB-2047] Fix NPE when memControl disabled and insert TEXT value to a non-TEXT series

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: [To rel/0.12] [IOTDB-2047] Fix NPE when memControl disabled and insert TEXT value to a non-TEXT series

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch jira_2047_12
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 6b525beeb6928386c2123e9eb9c7e6fe1fbc1033
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Nov 22 16:21:51 2021 +0800

    [To rel/0.12] [IOTDB-2047] Fix NPE when memControl disabled and insert TEXT value to a non-TEXT series
---
 .../java/org/apache/iotdb/session/IoTDBDisableMemControlSessionIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/session/src/test/java/org/apache/iotdb/session/IoTDBDisableMemControlSessionIT.java b/session/src/test/java/org/apache/iotdb/session/IoTDBDisableMemControlSessionIT.java
new file mode 100644
index 0000000..0169b84
--- /dev/null
+++ b/session/src/test/java/org/apache/iotdb/session/IoTDBDisableMemControlSessionIT.java
@@ -0,0 +1,2 @@
+package org.apache.iotdb.session;public class IoTDBDisableMemControlSessionIT {
+}