[
https://issues.apache.org/jira/browse/IOTDB-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17558994#comment-17558994
]
xiaozhihong commented on IOTDB-3577:
------------------------------------
commit e71044e1bb8bfb18cfdea7c3afeb087effaac118
I verified。
!image-2022-06-27-13-49-13-292.png!
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0-SNAPSHOT
>
> Attachments: image-2022-06-21-11-42-41-224.png,
> image-2022-06-27-13-49-13-292.png
>
>
> Linear null value filling does not support boolean and text data types, and
> the current prompt information is unclear.
> {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)