xiaozhihong created IOTDB-3577:
----------------------------------
Summary: Boolean and TEXT perform linear null fill prompt error
Key: IOTDB-3577
URL: https://issues.apache.org/jira/browse/IOTDB-3577
Project: Apache IoTDB
Issue Type: Bug
Components: Core/Cluster, mpp-cluster
Affects Versions: 0.14.0-SNAPSHOT
Reporter: xiaozhihong
Assignee: Minghui Liu
Attachments: image-2022-06-21-11-42-41-224.png
The data type is not supported for boolean and text, linear null value filling,
and the error message is unclear during execution.
{code:java}
IoTDB> select status, temperature from root.ln.wf01.wt01 where time <
1573084800000 fill(linear);
Msg: 500: [INTERNAL_SERVER_ERROR(500)] Exception occurred: "select status,
temperature from root.ln.wf01.wt01 where time < 1573084800000 fill(linear)".
executeStatement failed. error code: TSStatus(code:411, message:Fragment cannot
be dispatched) {code}
The log is:
!image-2022-06-21-11-42-41-224.png!
--
This message was sent by Atlassian Jira
(v8.20.7#820007)