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

[GLUTEN-2362][CORE] Record Substrait modifications and remove arena option #2363

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

rui-mo
Copy link
Contributor

@rui-mo rui-mo commented Jul 17, 2023

What changes were proposed in this pull request?

Record Substrait modifications and remove arena option.

(Fixes: #2362)

How was this patch tested?

Testing on CI.

@rui-mo rui-mo changed the title [GLUTEN-2362] Record Substrait modifications and remove arena option [GLUTEN-2362][CORE] Record Substrait modifications and remove arena option Jul 17, 2023
@github-actions
Copy link

Run Gluten Clickhouse CI

@github-actions
Copy link

#2362

@rui-mo rui-mo requested review from zzcclp and JkSelf July 18, 2023 00:03
zzcclp
zzcclp previously approved these changes Jul 18, 2023
Copy link
Contributor

@zzcclp zzcclp left a comment

Choose a reason for hiding this comment

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

LGTM

* Added `WindowRel`, added `column_name` and `window_type` in `WindowFunction`,
changed `Unbounded` in `WindowFunction` into `Unbounded_Preceding` and `Unbounded_Following`, and added WindowType([#485](https://github.com/oap-project/gluten/pull/485)).
* Added `output_schema` in RelRoot([#1901](https://github.com/oap-project/gluten/pull/1901)).
* Added `ExpandRel`([#519](https://github.com/oap-project/gluten/pull/519)).
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change the ExpandRel link to #1361.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

nav_order: 4
parent: Developer Overview
---
# Substrait Modifications in Gluten
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to mention the base version of Substrait?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added the base version.

@github-actions
Copy link

Run Gluten Clickhouse CI

@rui-mo rui-mo requested a review from JkSelf July 19, 2023 02:34
Copy link
Contributor

@JkSelf JkSelf left a comment

Choose a reason for hiding this comment

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

LGTM

@JkSelf JkSelf merged commit c46b8bd into apache:main Jul 19, 2023
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.

Record all the changes to Substrait
4 participants