Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OPPRO-308] Support SortMergeExec operator in Gluten with velox backend #554

Merged
merged 2 commits into from
Dec 14, 2022

Conversation

JkSelf
Copy link
Contributor

@JkSelf JkSelf commented Nov 14, 2022

…n also reuse the common code

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)

(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/oap-project/gluten/issues

Then could you also rename commit message and pull request title in the following format?

[Gluten-${ISSUES_ID}] ${detailed message}

See also:

@JkSelf JkSelf force-pushed the add-smj-operator branch 2 times, most recently from e24a076 to f27197f Compare November 15, 2022 05:40
@@ -94,7 +94,7 @@ This file is divided into 3 sections:
</check>

<check customId="argcount" level="error" class="org.scalastyle.scalariform.ParameterNumberChecker" enabled="true">
<parameters><parameter name="maxParameters"><![CDATA[10]]></parameter></parameters>
Copy link
Contributor

Choose a reason for hiding this comment

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

This setting is same with spark, if you change it, it will be hard work to merge to spark in the future.
If you really need more than 10 parameters, please use following instead. More prefer solutions is to obey the code style

// scalastyle off
// scalastyle on

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for your suggestions! Added scalastyle off and on for the parameters list.

@JkSelf JkSelf force-pushed the add-smj-operator branch 3 times, most recently from c675e8d to 6bd052c Compare December 8, 2022 00:46
@JkSelf JkSelf force-pushed the add-smj-operator branch 3 times, most recently from 9764c0e to 607736c Compare December 14, 2022 05:02
@JkSelf JkSelf requested a review from rui-mo December 14, 2022 05:09
VELOX_REPO=https://github.com/oap-project/velox.git
VELOX_BRANCH=main
VELOX_REPO=https://github.com/JkSelf/velox.git
VELOX_BRANCH=add-smj-operator
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you like to open this PR to support SMJ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Filed PR#97 to support SMJ in velox.

Copy link
Contributor

Choose a reason for hiding this comment

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

Velox branch could be changed back, thanks.

@JkSelf JkSelf merged commit 34ea617 into apache:main Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants