You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Zesong Sun (Jira)" <ji...@apache.org> on 2019/12/15 13:39:00 UTC

[jira] [Created] (IOTDB-369) [Query Optimization] Meet "Has not execute query" error when querying

Zesong Sun created IOTDB-369:
--------------------------------

             Summary: [Query Optimization] Meet "Has not execute query" error when querying
                 Key: IOTDB-369
                 URL: https://issues.apache.org/jira/browse/IOTDB-369
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Zesong Sun


When querying original data, meet error of "Has not execute query":
{code}
IoTDB> select s0 from root.turbine.d1;
select s0 from root.turbine.d1;
+-----------------------------------+------------------+
|                               Time|root.turbine.d1.s0|
+-----------------------------------+------------------+
|      1970-01-01T08:00:00.001+08:00|              24.5|
+-----------------------------------+------------------+
Msg: Has not executed query
{code}



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

Re: [jira] [Created] (IOTDB-369) [Query Optimization] Meet "Has not execute query" error when querying

Posted by Xiangdong Huang <sa...@gmail.com>.
Hi,

it is quite strange ...

1. How to reproduce the issue? (I do not think a normal query will trigger
the bug in 0.9.0 and 0.8.0)
2. Which version is affected? the 0.10.0-snapshot?

Best,
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Zesong Sun (Jira) <ji...@apache.org> 于2019年12月15日周日 下午9:39写道:

> Zesong Sun created IOTDB-369:
> --------------------------------
>
>              Summary: [Query Optimization] Meet "Has not execute query"
> error when querying
>                  Key: IOTDB-369
>                  URL: https://issues.apache.org/jira/browse/IOTDB-369
>              Project: Apache IoTDB
>           Issue Type: Bug
>             Reporter: Zesong Sun
>
>
> When querying original data, meet error of "Has not execute query":
> {code}
> IoTDB> select s0 from root.turbine.d1;
> select s0 from root.turbine.d1;
> +-----------------------------------+------------------+
> |                               Time|root.turbine.d1.s0|
> +-----------------------------------+------------------+
> |      1970-01-01T08:00:00.001+08:00|              24.5|
> +-----------------------------------+------------------+
> Msg: Has not executed query
> {code}
>
>
>
> --
> This message was sent by Atlassian Jira
> (v8.3.4#803005)
>