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

Support FE of Aggregation in TableModel #13321

Merged
merged 28 commits into from
Sep 11, 2024
Merged

Support FE of Aggregation in TableModel #13321

merged 28 commits into from
Sep 11, 2024

Conversation

Wei-hao-Li
Copy link
Collaborator

@Wei-hao-Li Wei-hao-Li commented Aug 27, 2024

Supported:

  1. LogicalPlan and DistributionPlan generation of Aggregation;
  2. Optimizers of LogicalPlan, more details you can see the doc;
  3. All cases of aggregation queries but sliding window in TSBS.

Not supported or tested:
More complex subquery cases are not tested, such as 'Sort' in subquery.

@Wei-hao-Li Wei-hao-Li changed the title Support Aggregation and GroupBy in TableModel Support LogicalPlan and Optimizer of Aggregation in TableModel Aug 27, 2024
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
Signed-off-by: Weihao Li <[email protected]>
@Wei-hao-Li Wei-hao-Li changed the title Support LogicalPlan and Optimizer of Aggregation in TableModel Support FE of Aggregation in TableModel Sep 6, 2024
@Beyyes Beyyes self-requested a review September 9, 2024 07:00
private static final ColumnMetadata TIME_CM = new ColumnMetadata(TIME, TIMESTAMP);

// ID columns
public static final String NAME = "name";
Copy link
Member

Choose a reason for hiding this comment

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

In TSBS situation, NAME is unique, maybe can only treat NAME as ID columns?

@Beyyes Beyyes merged commit 2ec74a4 into apache:master Sep 11, 2024
27 checks passed
@Wei-hao-Li Wei-hao-Li deleted the dev branch September 11, 2024 03:18
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.

2 participants