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/11 06:59:00 UTC

[jira] [Created] (IOTDB-2350) Select into datatype cast error when writing back during the nested query

xiaozhihong created IOTDB-2350:
----------------------------------

             Summary: Select into datatype cast error when writing back during the nested query
                 Key: IOTDB-2350
                 URL: https://issues.apache.org/jira/browse/IOTDB-2350
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Core/Server
    Affects Versions: 0.13.0-SNAPSHOT
            Reporter: xiaozhihong
         Attachments: image-2022-01-11-14-54-19-902.png

Execute SQL:

IoTDB> select -s1, sin(cos(tan(s1 + h1 * h2))) + cos(s1), top_k(s1 + h1, 'k'='1') 
> into k1, k2, k3 
> from root.sg.d2;
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select -s1, sin(cos(tan(s1 + h1 * h2))) + cos(s1), top_k(s1 + h1, 'k'='1') 
into k1, k2, k3 
from root.sg.d2". executeStatement failed. [I cannot be cast to [D

!image-2022-01-11-14-54-19-902.png!



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