You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sasi (JIRA)" <ji...@apache.org> on 2016/01/10 13:30:44 UTC

[jira] [Created] (SPARK-12741) DataFrame count method return wrong size.

Sasi created SPARK-12741:
----------------------------

             Summary: DataFrame count method return wrong size.
                 Key: SPARK-12741
                 URL: https://issues.apache.org/jira/browse/SPARK-12741
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.5.0
            Reporter: Sasi


Hi,
I noted that DataFrame count method always return wrong size.
Assume I have 11 records.
When running dataframe.count() I get 9.
Also if I'm running dataframe.collectAsList() then i'll get 9 records instead of 11.
But if I run dataframe.collect() then i'll get 11.

Thanks,
Sasi



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org