[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to