[GLUTEN-7087][CH] Support WindowGroupLimitExec#7176
Merged
lgbo-ustc merged 3 commits intoapache:mainfrom Sep 12, 2024
Merged
Conversation
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
baibaichen
reviewed
Sep 10, 2024
| local_engine::BroadCastJoinBuilder::init(env); | ||
| local_engine::CacheManager::initJNI(env); | ||
|
|
||
| DB::registerFormats(); |
Contributor
There was a problem hiding this comment.
Why does this PR need to call DB:: registerFormats()?
Contributor
Author
There was a problem hiding this comment.
dump block needs formats.
Contributor
Author
There was a problem hiding this comment.
adding a simple method to dump block contents is very useful for debug
Contributor
There was a problem hiding this comment.
You mean calling DB:: registerFormats() is for later dumping?
| return out; | ||
| } | ||
|
|
||
| String BlockUtil::dumpBlock(const DB::Block & block) |
Contributor
There was a problem hiding this comment.
How are about moving to BlockTypeUtils.h/.cpp ?
Contributor
Author
There was a problem hiding this comment.
BlockTypeUtils.h/.cpp is just about types?
Contributor
There was a problem hiding this comment.
Actually, it's block and type utils :)
Contributor
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
|
Run Gluten Clickhouse CI |
baibaichen
approved these changes
Sep 12, 2024
sharkdtu
pushed a commit
to sharkdtu/gluten
that referenced
this pull request
Nov 11, 2024
* support WindowGroupLimit * 0903 * implement window group limit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Fixes: #7087
WindowGroupLimitExecis introduced in spark-3.5. This PR makes it supportedHow was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
unit tests
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)