lincoln-lil commented on PR #4549:
URL: https://github.com/apache/calcite/pull/4549#issuecomment-3323522695
> > @xiedeyantu It seems hit an unexpected ci timeout. Is there a way to
directly trigger a CI rerun?
>
> Currently, we cannot rerun it. It can only be triggered by forced push.
Okay, I changed one word in the comment of the test case:
```
--- a/core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
+++ b/core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
@@ -2151,7 +2151,7 @@ private void
checkSemiOrAntiJoinProjectTranspose(JoinRelType type) {
* <a
href="https://issues.apache.org/jira/browse/CALCITE-7192">[CALCITE-7192]
* AggregateReduceFunctionsRule lost FILTER condition in STDDEV/VAR
function decomposition</a>. */
@Test void testVarianceStddevWithFilter() {
- // Test to ensure FILTER conditions are properly propagated to
decomposed aggregates
+ // Test to ensure FILTER conditions are correctly propagated to
decomposed aggregates
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]