This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch object_type
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/object_type by this push:
new cf8978d6 fix
cf8978d6 is described below
commit cf8978d648e068ee97a6ee0fde2b8e88cb54df39
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 3 15:16:27 2025 +0800
fix
---
java/tsfile/src/main/java/org/apache/tsfile/write/record/Tablet.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/java/tsfile/src/main/java/org/apache/tsfile/write/record/Tablet.java
b/java/tsfile/src/main/java/org/apache/tsfile/write/record/Tablet.java
index da7f3a7a..f60632d7 100644
--- a/java/tsfile/src/main/java/org/apache/tsfile/write/record/Tablet.java
+++ b/java/tsfile/src/main/java/org/apache/tsfile/write/record/Tablet.java
@@ -308,6 +308,7 @@ public class Tablet {
case TEXT:
case STRING:
case BLOB:
+ case OBJECT:
{
if (value != null && !(value instanceof Binary) && !(value
instanceof String)) {
throw new IllegalArgumentException(