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

[Databend] Pinned version to v1.2.452 #946

Merged
merged 8 commits into from
Jun 16, 2024

Conversation

@@ -42,6 +44,9 @@ public static List<String> getExpressionErrors() {
if (DatabendBugs.bug9806) {
errors.add("segment pruning failure");
}
if (DatabendBugs.bug15568) {
errors.add("Decimal overflow at line : 723 while evaluating function `to_decimal");
Copy link
Contributor

Choose a reason for hiding this comment

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

That's fine for this PR. Perhaps it would make the code more future proof to use regular expressions rather than line numbers.

@mrigger mrigger merged commit ad5d891 into sqlancer:main Jun 16, 2024
14 of 21 checks passed
albertZhangTJ pushed a commit to albertZhangTJ/sqlancer-lancerfuzz that referenced this pull request Jun 17, 2024
* [Databend] Update error message for violation of not-null constraint

* [Databend] Add expected error for table generation

* [Databend] Add bug 15568

* [Databend] Add bug 15569

* [Databend] Add bug 15570

* [Databend] Add error messages returned from new constraints

* [Databend] Add bug 15572

* [Databend] Pin CI to v1.2.452
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