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

Srinivas Rishindra Pothireddi updated SPARK-31377:
--------------------------------------------------
    Description: 
For some combinations of join algorithm and join types there are no unit tests 
for the "number of output rows" metric.

A list of missing unit tests include the following.
 * ShuffledHashJoin: leftOuter, RightOuter, LeftAnti, LeftSemi
 * BroadcastNestedLoopJoin: RightOuter
 * BroadcastHashJoin: LeftAnti

  was:
For some combinations of join algorithm and join types there are no unit tests 
for the "number of output rows" metric.

A list of missing unit tests include the following.
 * SortMergeJoin: ExistenceJoin
 * ShuffledHashJoin: leftOuter, RightOuter, LeftAnti, LeftSemi, ExistenseJoin
 * BroadcastNestedLoopJoin: RightOuter, InnerJoin, ExistenceJoin
 * BroadcastHashJoin: LeftAnti, ExistenceJoin


> Add unit tests for "number of output rows" metric for joins in SQLMetricsSuite
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-31377
>                 URL: https://issues.apache.org/jira/browse/SPARK-31377
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL, Tests
>    Affects Versions: 3.1.0
>            Reporter: Srinivas Rishindra Pothireddi
>            Priority: Minor
>
> For some combinations of join algorithm and join types there are no unit 
> tests for the "number of output rows" metric.
> A list of missing unit tests include the following.
>  * ShuffledHashJoin: leftOuter, RightOuter, LeftAnti, LeftSemi
>  * BroadcastNestedLoopJoin: RightOuter
>  * BroadcastHashJoin: LeftAnti



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

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

Reply via email to