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

[Enhancement] add Type Check for decimal input #53217

Merged
merged 1 commit into from
Nov 27, 2024

[Enhancement] add Type Check for decimal input

7bd9054
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[Enhancement] add Type Check for decimal input #53217

[Enhancement] add Type Check for decimal input
7bd9054
Select commit
Loading
Failed to load commit list.
GitHub Actions / FE UT Report failed Nov 27, 2024 in 0s

10441 tests run, 10386 passed, 54 skipped, 1 failed.

Annotations

Check failure on line 403 in fe/fe-core/src/test/java/com/starrocks/sql/optimizer/rule/transformation/materialization/MvRewritePreprocessorTest.java

See this annotation in the file changed.

@github-actions github-actions / FE UT Report

MvRewritePreprocessorTest.testChooseBestRelatedMVs2

expected:<2> but was:<1>
Raw output
java.lang.AssertionError: expected:<2> but was:<1>
	at com.starrocks.sql.optimizer.rule.transformation.materialization.MvRewritePreprocessorTest.lambda$testChooseBestRelatedMVs2$1(MvRewritePreprocessorTest.java:428)
	at com.starrocks.utframe.StarRocksAssert.withMaterializedViews(StarRocksAssert.java:840)
	at com.starrocks.utframe.StarRocksAssert.withMaterializedViews(StarRocksAssert.java:821)
	at com.starrocks.sql.optimizer.rule.transformation.materialization.MvRewritePreprocessorTest.testChooseBestRelatedMVs2(MvRewritePreprocessorTest.java:403)