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

yiguolei 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 2e0ee44eaa [fix-branch-2.0](feut) fix S3TvfLoadStmtTest case merged 
with mistake #23280
2e0ee44eaa is described below

commit 2e0ee44eaacbb33792eebf1679e9e57a12e16f8e
Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com>
AuthorDate: Tue Aug 22 09:08:51 2023 +0800

    [fix-branch-2.0](feut) fix S3TvfLoadStmtTest case merged with mistake #23280
---
 .../src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java 
b/fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java
index dd40ecb637..cc41e31e3c 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/analysis/S3TvfLoadStmtTest.java
@@ -180,7 +180,7 @@ public class S3TvfLoadStmtTest {
 
         Deencapsulation.invoke(s3TvfLoadStmt, "rewriteExpr", columnsDescList);
         Assert.assertEquals(columnsDescList.size(), 5);
-        final String orig4 = "upper(`c1`) + 1 + 1";
+        final String orig4 = "((upper(`c1`) + 1) + 1)";
         Assert.assertEquals(orig4, 
columnsDescList.get(4).getExpr().toString());
 
         final List<ImportColumnDesc> filterColumns = 
Deencapsulation.invoke(s3TvfLoadStmt,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to