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

刘珍 commented on IOTDB-1212:
---------------------------

通过。rel/0.12

git log
commit f74425589e2f7211d8bd318fb95607c602d8a923
Author: Zesong Sun <sz...@mails.tsinghua.edu.cn>
Date: Thu Apr 29 17:45:01 2021 +0800

Add TsFileSequenceReader getChunkMetadataList method return empty if path not 
exists (#3111)

commit d979bfd3cc2c4fd78b1890b73c61e73599b43c5d
Author: Steve Yurong Su <steveyuron...@outlook.com>
Date: Thu Apr 29 17:39:35 2021 +0800

[To rel/0.12][IOTDB-1212] The given error message is not right when executing 
`select sin(non_existence) from root.sg1.d1` (#3102)

 

!image-2021-04-29-18-00-30-051.png!

>  select sin(not_exist) from root.sg1.d1; The error message is not right.
> ------------------------------------------------------------------------
>
>                 Key: IOTDB-1212
>                 URL: https://issues.apache.org/jira/browse/IOTDB-1212
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Client/Java
>            Reporter: 刘珍
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.12.1
>
>         Attachments: image-2021-04-29-18-00-30-051.png
>
>
> master branch 
> commit id : 5fcff40f2299caeb0c8a9ae42f68bc18ecf8fee7
>  
> SET STORAGE GROUP TO root.sg1;
> CREATE TIMESERIES root.sg1.d1.s1 WITH DATATYPE=INT32, ENCODING=PLAIN;
> CREATE TIMESERIES root.sg1.d1.s2 WITH DATATYPE=INT32, ENCODING=PLAIN;
> INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (0, -1, 1);
> INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (1, -2, 2);
> INSERT INTO root.sg1.d1(timestamp, s1, s2) VALUES (2, -3, 3);
> select sin(not_exist) from root.sg1.d1;
>  
> Msg: 411: Error occurred in query process: Error occurred during executing 
> UDTF#validate(UDFParameterValidator):
> {color:#FF0000}org.apache.iotdb.db.query.udf.api.exception.UDFInputSeriesNumberNotValidException:
>  the number of the input series is not valid. expected: 1. actual: 0.{color}
> {color:#FF0000}The error message is not right.{color}
> {color:#ff0000}The actual is the input series does not exist.{color}



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

Reply via email to