Skip to content

[DOC] Fix outdated operators in documentation#8582

Merged
FelixYBW merged 2 commits intoapache:mainfrom
ArnavBalyan:arnavb/new-operators
Jan 21, 2025
Merged

[DOC] Fix outdated operators in documentation#8582
FelixYBW merged 2 commits intoapache:mainfrom
ArnavBalyan:arnavb/new-operators

Conversation

@ArnavBalyan
Copy link
Member

What changes were proposed in this pull request?

Updated readme to reflect latest supported operators

How was this patch tested?

None

@github-actions github-actions bot added the DOCS label Jan 21, 2025
@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/apache/incubator-gluten/issues

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

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

@ArnavBalyan
Copy link
Member Author

cc @zhztheplayer nit fix could you pls review

Gluten supports 28 operators (Drag to right to see all data types)

| Executor | Description | Gluten Name | Velox Name | BOOLEAN | BYTE | SHORT | INT | LONG | FLOAT | DOUBLE | STRING | NULL | BINARY | ARRAY | MAP | STRUCT(ROW) | DATE | TIMESTAMP | DECIMAL | CALENDAR | UDT |
|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------|-----------------------|---------|------|-------|-----|------|-------|--------|--------|------|--------|-------|-----|-------------|------|-----------|---------|----------|-----|
Copy link
Contributor

Choose a reason for hiding this comment

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

Why so many lines changed? what is the difference?

Copy link
Member Author

@ArnavBalyan ArnavBalyan Jan 21, 2025

Choose a reason for hiding this comment

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

It's due to formatting, one of the column width changed, so all column width got updated
The change adds the Gluten Operator name for 3 operators which were previously marked N.
And adds a new WindowGroupLimitExec not present previously

@FelixYBW FelixYBW merged commit 61dbb53 into apache:main Jan 21, 2025
4 checks passed
baibaichen pushed a commit to baibaichen/gluten that referenced this pull request Feb 1, 2025
Updated readme to reflect latest supported operators
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants