You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/01/10 12:42:00 UTC

[jira] [Created] (IOTDB-2341) An error is reported when an arithmetic nested query contains **

xiaozhihong created IOTDB-2341:
----------------------------------

             Summary: An error is reported when an arithmetic nested query contains **
                 Key: IOTDB-2341
                 URL: https://issues.apache.org/jira/browse/IOTDB-2341
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.13.0-SNAPSHOT
            Reporter: xiaozhihong


The timeseries is as follows:
IoTDB> show timeseries root.sg.*
+----------+-----+-------------+--------+--------+-----------+----+----------+
|timeseries|alias|storage group|dataType|encoding|compression|tags|attributes|
+----------+-----+-------------+--------+--------+-----------+----+----------+
| root.sg.a| null|      root.sg|   FLOAT| GORILLA|     SNAPPY|null|      null|
| root.sg.b| null|      root.sg|   FLOAT| GORILLA|     SNAPPY|null|      null|
| root.sg.c| null|      root.sg|   INT32|     RLE|     SNAPPY|null|      null|
|root.sg.s1| null|      root.sg|   FLOAT|     RLE|     SNAPPY|null|      null|
+----------+-----+-------------+--------+--------+-----------+----+----------+
Total line number = 4
It costs 0.002s

Then execute query:
IoTDB> select a + ** from root.sg
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select a + ** from root.sg". executeStatement failed. org.apache.iotdb.db.exception.query.QueryProcessException: Unsupported data type: TEXT



--
This message was sent by Atlassian Jira
(v8.20.1#820001)