You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Le Van Ha (JIRA)" <ji...@apache.org> on 2016/08/15 09:17:21 UTC

[jira] [Created] (KYLIN-1958) Get wrong result from query

Le Van Ha created KYLIN-1958:
--------------------------------

             Summary: Get wrong result from query
                 Key: KYLIN-1958
                 URL: https://issues.apache.org/jira/browse/KYLIN-1958
             Project: Kylin
          Issue Type: Bug
    Affects Versions: v1.5.2
            Reporter: Le Van Ha


Hi all,

When I run query:

   select count(*) from streaming_sales_table 

result:
---------------------------------------------------------------
748

But,  query is :

    select * from streaming_sales_table 

I see the result has 598 records. 

Why is that?
Looking forward to hear from you. Thanks. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)