This is an automated email from the ASF dual-hosted git repository.
yuzhaojing pushed a commit to branch release-feature-rfc46
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/release-feature-rfc46 by this
push:
new af53430947 test
af53430947 is described below
commit af534309473515db8e2950a33e417e5adf09a549
Author: 喻兆靖 <[email protected]>
AuthorDate: Wed Jul 20 18:40:17 2022 +0800
test
---
.../apache/hudi/common/table/view/TestPriorityBasedFileSystemView.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestPriorityBasedFileSystemView.java
b/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestPriorityBasedFileSystemView.java
index 62cc23a99c..b35f010a22 100644
---
a/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestPriorityBasedFileSystemView.java
+++
b/hudi-common/src/test/java/org/apache/hudi/common/table/view/TestPriorityBasedFileSystemView.java
@@ -127,7 +127,7 @@ public class TestPriorityBasedFileSystemView {
final LoggingEvent firstLogEntry = logs.get(0);
assertEquals(firstLogEntry.getLevel(), Level.WARN);
assertTrue(((String)firstLogEntry.getMessage()).contains("Got error
running preferred function. Likely due to another "
- + "concurrent writer in progress. Trying secondary"));
+ + " concurrent writer in progress. Trying secondary"));
} finally {
logger.removeAppender(appender);
}