Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-329] fix out partitioning in BHJ and SHJ #335

Merged
merged 2 commits into from
May 20, 2021

Conversation

rui-mo
Copy link
Collaborator

@rui-mo rui-mo commented May 20, 2021

What changes were proposed in this pull request?

This pr fixed the out partitioning issue in BHJ and SHJ.
fixed #329.

How was this patch tested?

verified on v2/v1

@github-actions
Copy link

#329

override lazy val outputPartitioning: Partitioning = {
joinType match {
case _: InnerLike if sqlContext.getConf(
"spark.sql.execution.broadcastHashJoin.outputPartitioningExpandLimit").trim().toInt > 0 =>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zhouyuan Is this workable? Because "sqlContext.conf" can't be accessed.

@zhouyuan zhouyuan merged commit a5ca2eb into oap-project:master May 20, 2021
zhouyuan pushed a commit to zhouyuan/native-sql-engine that referenced this pull request May 20, 2021
* fix out partitioning for SHJ and BHJ

* refine
zhouyuan added a commit that referenced this pull request May 20, 2021
* [NSE-304] Upgrade to Arrow 4.0.0 (#307)

* [NSE-304] Upgrade to Arrow 4.0.0

* use .400

* .400

* fix

* fix

* [NSE-318]check schema before reuse exchange (#328)

* check schema before reuse exchange

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* remove debug log

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* bump version to 1.1.1

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* update arrow branch to use arrow-4.0.0-oap-1.1.1

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* update GHA arrow branch

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

* [NSE-329] fix out partitioning in BHJ and SHJ (#335)

* fix out partitioning for SHJ and BHJ

* refine

* [NSE-325] fix incremental compile issue with 4.5.x scala-maven-plugin (#332)

the new release of scala-maven-plugin(4.5.x) seems buggy on incremental
compile, using 4.4.0 instead

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>

Co-authored-by: Hongze Zhang <hongze.zhang@intel.com>
Co-authored-by: Rui Mo <rui.mo@intel.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

numPartitions are not the same
2 participants