You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2019/11/05 11:52:00 UTC

[jira] [Resolved] (SPARK-29740) Filter On DataFrame Will return Tuple of 2 dataframes

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

Hyukjin Kwon resolved SPARK-29740.
----------------------------------
    Resolution: Won't Do

> Filter On DataFrame Will return Tuple of 2 dataframes
> -----------------------------------------------------
>
>                 Key: SPARK-29740
>                 URL: https://issues.apache.org/jira/browse/SPARK-29740
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 2.4.4
>            Reporter: sanket sahu
>            Priority: Minor
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> The filter operation over dataframe/dataset based on a boolean parameter,
>  will return tuple of 2 dataframes instead of 1. 
> i.e.
> (DataFrame_Matching_the_condition, DataFrame_NOT_Matching_the_condition)
> As of now, it requires 2 filter operation to get this result.
> But if this is implemented , this use case can be done in a single filter operation. 



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

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