[spark] branch master updated (11c6a23 -> 08b951b)

2020-08-24 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 11c6a23  [SPARK-32352][SQL][FOLLOW-UP][TEST-HADOOP2.7][TEST-HIVE1.2] 
Exclude partition columns from data columns
 add 08b951b  [SPARK-32649][SQL] Optimize BHJ/SHJ inner/semi join with 
empty hashed relation

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  2 +-
 .../adaptive/EliminateJoinToEmptyRelation.scala| 57 ++
 .../adaptive/EliminateNullAwareAntiJoin.scala  | 41 
 .../spark/sql/execution/joins/HashJoin.scala   | 28 ---
 .../scala/org/apache/spark/sql/JoinSuite.scala | 54 +++-
 .../adaptive/AdaptiveQueryExecSuite.scala  | 28 ++-
 6 files changed, 157 insertions(+), 53 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateJoinToEmptyRelation.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


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



[spark] branch master updated (11c6a23 -> 08b951b)

2020-08-24 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 11c6a23  [SPARK-32352][SQL][FOLLOW-UP][TEST-HADOOP2.7][TEST-HIVE1.2] 
Exclude partition columns from data columns
 add 08b951b  [SPARK-32649][SQL] Optimize BHJ/SHJ inner/semi join with 
empty hashed relation

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  2 +-
 .../adaptive/EliminateJoinToEmptyRelation.scala| 57 ++
 .../adaptive/EliminateNullAwareAntiJoin.scala  | 41 
 .../spark/sql/execution/joins/HashJoin.scala   | 28 ---
 .../scala/org/apache/spark/sql/JoinSuite.scala | 54 +++-
 .../adaptive/AdaptiveQueryExecSuite.scala  | 28 ++-
 6 files changed, 157 insertions(+), 53 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateJoinToEmptyRelation.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


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



[spark] branch master updated (11c6a23 -> 08b951b)

2020-08-24 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 11c6a23  [SPARK-32352][SQL][FOLLOW-UP][TEST-HADOOP2.7][TEST-HIVE1.2] 
Exclude partition columns from data columns
 add 08b951b  [SPARK-32649][SQL] Optimize BHJ/SHJ inner/semi join with 
empty hashed relation

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  2 +-
 .../adaptive/EliminateJoinToEmptyRelation.scala| 57 ++
 .../adaptive/EliminateNullAwareAntiJoin.scala  | 41 
 .../spark/sql/execution/joins/HashJoin.scala   | 28 ---
 .../scala/org/apache/spark/sql/JoinSuite.scala | 54 +++-
 .../adaptive/AdaptiveQueryExecSuite.scala  | 28 ++-
 6 files changed, 157 insertions(+), 53 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateJoinToEmptyRelation.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


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



[spark] branch master updated (11c6a23 -> 08b951b)

2020-08-24 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 11c6a23  [SPARK-32352][SQL][FOLLOW-UP][TEST-HADOOP2.7][TEST-HIVE1.2] 
Exclude partition columns from data columns
 add 08b951b  [SPARK-32649][SQL] Optimize BHJ/SHJ inner/semi join with 
empty hashed relation

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  2 +-
 .../adaptive/EliminateJoinToEmptyRelation.scala| 57 ++
 .../adaptive/EliminateNullAwareAntiJoin.scala  | 41 
 .../spark/sql/execution/joins/HashJoin.scala   | 28 ---
 .../scala/org/apache/spark/sql/JoinSuite.scala | 54 +++-
 .../adaptive/AdaptiveQueryExecSuite.scala  | 28 ++-
 6 files changed, 157 insertions(+), 53 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateJoinToEmptyRelation.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


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



[spark] branch master updated (11c6a23 -> 08b951b)

2020-08-24 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

wenchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


from 11c6a23  [SPARK-32352][SQL][FOLLOW-UP][TEST-HADOOP2.7][TEST-HIVE1.2] 
Exclude partition columns from data columns
 add 08b951b  [SPARK-32649][SQL] Optimize BHJ/SHJ inner/semi join with 
empty hashed relation

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  2 +-
 .../adaptive/EliminateJoinToEmptyRelation.scala| 57 ++
 .../adaptive/EliminateNullAwareAntiJoin.scala  | 41 
 .../spark/sql/execution/joins/HashJoin.scala   | 28 ---
 .../scala/org/apache/spark/sql/JoinSuite.scala | 54 +++-
 .../adaptive/AdaptiveQueryExecSuite.scala  | 28 ++-
 6 files changed, 157 insertions(+), 53 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateJoinToEmptyRelation.scala
 delete mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/EliminateNullAwareAntiJoin.scala


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