You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/02/05 04:09:00 UTC

[jira] [Commented] (IOTDB-455) Fix the default Fill function for different datatypes

    [ https://issues.apache.org/jira/browse/IOTDB-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17030340#comment-17030340 ] 

Jialin Qiao commented on IOTDB-455:
-----------------------------------

Hi, I have fixed this bug in the new_series_reader branch. The default Fill function of int/long/float/double is reset to LinearFill in FillQueryExecutor.

> Fix the default Fill function for different datatypes
> -----------------------------------------------------
>
>                 Key: IOTDB-455
>                 URL: https://issues.apache.org/jira/browse/IOTDB-455
>             Project: Apache IoTDB
>          Issue Type: Bug
>            Reporter: Jialin Qiao
>            Assignee: Jialin Qiao
>            Priority: Major
>             Fix For: 0.8.0, 0.9.0, 0.9.1, 0.8.1, 0.8.2
>
>
> In our document, the default Fill function of int/long/float/double is Linear Fill and boolean/text is Previous. However, the actual implementation is Previous for all datatypes.
> The implementation should be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)