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

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


The following commit(s) were added to refs/heads/object_type by this push:
     new c8cff8d5187 Change example
c8cff8d5187 is described below

commit c8cff8d51879f2a537c25a00da9a5d7c0e0ecd17
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Jul 8 08:51:13 2025 +0800

    Change example
---
 example/session/src/main/java/org/apache/iotdb/ObjectExample.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/session/src/main/java/org/apache/iotdb/ObjectExample.java 
b/example/session/src/main/java/org/apache/iotdb/ObjectExample.java
index a0ae715e0b6..3339d3aae5a 100644
--- a/example/session/src/main/java/org/apache/iotdb/ObjectExample.java
+++ b/example/session/src/main/java/org/apache/iotdb/ObjectExample.java
@@ -126,7 +126,7 @@ public class ObjectExample {
       tablet.addTimestamp(rowIndex, 2);
       tablet.addValue(rowIndex, 0, "1");
       tablet.addValue(rowIndex, 1, "5");
-      tablet.addValue(rowIndex, 2, "3");
+      tablet.addValue(rowIndex, 2, "4");
       tablet.addValue(rowIndex, 3, 37.6F);
       tablet.addValue(
           rowIndex,

Reply via email to