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

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

     [ https://issues.apache.org/jira/browse/SPARK-12741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-12741.
-------------------------------
    Resolution: Cannot Reproduce

[~sasi2103] this isn't a useful report, since you included no info about how to reproduce it. I'm not able to reproduce any problems with dataframe counts.

Please read https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark before opening a JIRA and consider whether you've provided an actionable report firs.t

> 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