You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2020/09/20 21:47:55 UTC

[orc] branch master updated (e74ac65 -> 2f4f2fe)

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

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git.


 discard e74ac65  ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure
     new 2f4f2fe  ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e74ac65)
            \
             N -- N -- N   refs/heads/master (2f4f2fe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[orc] 01/01: ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 2f4f2fed23499b367edb62768d099c18d2e22635
Author: William Hyun <wi...@gmail.com>
AuthorDate: Sun Sep 20 14:46:06 2020 -0700

    ORC-668. Use `TestSchemaEvolution` as a test file prefix to prevent test failure
    
    This PR aims to use `TestSchemaEvolution` as a test file prefix to prevent failures during repeated tests.
    
    To help the test.
    
    Repeat the test suite twice.
---
 java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java b/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
index 9357c1b..3c41ffc 100644
--- a/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
+++ b/java/core/src/test/org/apache/orc/impl/TestSchemaEvolution.java
@@ -700,7 +700,7 @@ public class TestSchemaEvolution {
 
   @Test
   public void testTimestampToStringEvolution() throws Exception {
-    testFilePath = new Path(workDir, "TestOrcFile." +
+    testFilePath = new Path(workDir, "TestSchemaEvolution." +
                                          testCaseName.getMethodName() + ".orc");
     TypeDescription schema = TypeDescription.fromString("timestamp");
     Writer writer = OrcFile.createWriter(testFilePath,