Skip to content

[Feature](Nereids)add check to disable unsupported type for Nereids#17196

Merged
morrySnow merged 27 commits intoapache:masterfrom
sohardforaname:chk
Mar 3, 2023
Merged

[Feature](Nereids)add check to disable unsupported type for Nereids#17196
morrySnow merged 27 commits intoapache:masterfrom
sohardforaname:chk

Conversation

@sohardforaname
Copy link
Contributor

@sohardforaname sohardforaname commented Feb 27, 2023

Proposed changes

Issue Number: close #xxx

Problem summary

check output slots of all the node and if unsupported type found, throw an exception.

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@sohardforaname
Copy link
Contributor Author

run p0

1 similar comment
@sohardforaname
Copy link
Contributor Author

run p0

@sohardforaname sohardforaname force-pushed the chk branch 3 times, most recently from b7bbbae to d10ab63 Compare March 1, 2023 09:27
@sohardforaname
Copy link
Contributor Author

run buildall

2 similar comments
@sohardforaname
Copy link
Contributor Author

run buildall

@sohardforaname
Copy link
Contributor Author

run buildall

@sohardforaname
Copy link
Contributor Author

run p0

1 similar comment
@sohardforaname
Copy link
Contributor Author

run p0

@sohardforaname
Copy link
Contributor Author

run buildall

@sohardforaname
Copy link
Contributor Author

run p0

2 similar comments
@sohardforaname
Copy link
Contributor Author

run p0

@sohardforaname
Copy link
Contributor Author

run p0

Comment on lines +144 to +145
// qt_aggregate32" select topn_weighted(c_string,c_bigint,3) from ${tableName}"
// qt_aggregate33" select avg_weighted(c_double,c_bigint) from ${tableName};"
Copy link
Contributor

Choose a reason for hiding this comment

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

avg_weighted do not return array why remove it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

by mistake, because topn_weighted return array

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Mar 3, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2023

PR approved by at least one committer and no changes requested.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2023

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2023

PR approved by anyone and no changes requested.

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2023

PR approved by anyone and no changes requested.

@morrySnow morrySnow merged commit 9f97cd0 into apache:master Mar 3, 2023
yagagagaga pushed a commit to yagagagaga/doris that referenced this pull request Mar 9, 2023
1. disable decimalv3
2. disable json
3. disable complex type: array, map, struct
4. disable switch: group_by_and_having_use_alias
gnehil pushed a commit to gnehil/doris that referenced this pull request Apr 21, 2023
1. disable decimalv3
2. disable json
3. disable complex type: array, map, struct
4. disable switch: group_by_and_having_use_alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/nereids kind/test reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants