This is an automated email from the ASF dual-hosted git repository.

englefly pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 9c0138f1ca fix beNum not found (#23253)
9c0138f1ca is described below

commit 9c0138f1ca2a6c9a56d7b4f121d0b0a069990c58
Author: minghong <[email protected]>
AuthorDate: Tue Aug 22 10:01:53 2023 +0800

    fix beNum not found (#23253)
---
 fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java 
b/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
index 5923b57ea2..94216f74b4 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
@@ -242,7 +242,7 @@ public class PartitionCacheTest {
         channel.reset();
 
         SessionVariable sessionVariable = new SessionVariable();
-        Deencapsulation.setField(sessionVariable, "beNumber", 1);
+        Deencapsulation.setField(sessionVariable, "beNumberForTest", 1);
 
         new Expectations(channel) {
             {


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

Reply via email to