github-actions[bot] commented on code in PR #65540:
URL: https://github.com/apache/doris/pull/65540#discussion_r3575479478


##########
regression-test/suites/datatype_p0/decimalv2/test_decimalv2_common.groovy:
##########
@@ -1,406 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-suite("test_decimalv2_common", "nonConcurrent") {

Review Comment:
   This suite was still reachable from the p0 pipeline: `suite()` appends `,p0` 
to the explicit `nonConcurrent` group, p0 does not exclude 
`test_decimalv2_common`, and `runNonConcurrent` defaults to true before the 
SINGLE pass. Deleting it therefore drops the old-decimalv2 
predicate/runtime-filter/delete matrix instead of only removing a disabled 
suite. Please keep the coverage or add an active replacement before removing 
this file.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to