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

[Doris] Updated Doris to 2.1.4 #949

Merged
merged 15 commits into from
Jun 16, 2024
Merged

[Doris] Updated Doris to 2.1.4 #949

merged 15 commits into from
Jun 16, 2024

Conversation

@malwaregarry malwaregarry changed the title [Doris] Updated Doris to 3.1.4 [Doris] Updated Doris to 2.1.4 Jun 15, 2024
public DorisExpression createConstantWithoutNull(DorisDataType type) {
DorisExpression constant = createConstant(type);
int loopCount = 0;
while (constant instanceof DorisConstant.DorisNullConstant && loopCount < 1000) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This is fine for now, but we could also consider extracting a common utility method that attempts an action for a number of times and throws an IgnoreMeException if things fail.

@mrigger mrigger merged commit 43a373a into sqlancer:main Jun 16, 2024
15 of 21 checks passed
@mrigger
Copy link
Contributor

mrigger commented Jun 16, 2024

Thanks, nice finds!

albertZhangTJ pushed a commit to albertZhangTJ/sqlancer-lancerfuzz that referenced this pull request Jun 17, 2024
* [Doris] Update deployment in CI

* [Doris] Update group by columns to match fetch columns

* [Doris] Prevent generation of null for some expressions

* [Doris] Add bug 36070

* [Doris] Add new error message

* [Doris] Update CI script and pin to version 2.1.3

* [Doris] Add bug 36072

* [Doris] Fix bugs in TLP Aggregate oracle

* [Doris] Add bug 34342

* [Doris] Add bug 36343

* [Doris] Add bug 36346

* [Doris] Update bugs list

* [Doris] Update to version 2.1.4

* [Doris] Refactor tests

* [Doris] Add bug 36351
malwaregarry added a commit to malwaregarry/sqlancer that referenced this pull request Jun 29, 2024
* [Doris] Update deployment in CI

* [Doris] Update group by columns to match fetch columns

* [Doris] Prevent generation of null for some expressions

* [Doris] Add bug 36070

* [Doris] Add new error message

* [Doris] Update CI script and pin to version 2.1.3

* [Doris] Add bug 36072

* [Doris] Fix bugs in TLP Aggregate oracle

* [Doris] Add bug 34342

* [Doris] Add bug 36343

* [Doris] Add bug 36346

* [Doris] Update bugs list

* [Doris] Update to version 2.1.4

* [Doris] Refactor tests

* [Doris] Add bug 36351
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.

None yet

2 participants