You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "dongjoon-hyun (via GitHub)" <gi...@apache.org> on 2023/04/07 18:13:41 UTC

[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1458: ORC-1403: ORC supports reading empty field name

dongjoon-hyun commented on code in PR #1458:
URL: https://github.com/apache/orc/pull/1458#discussion_r1160874542


##########
java/core/src/test/org/apache/orc/TestTypeDescription.java:
##########
@@ -174,14 +174,6 @@ public void testQuotedField1() {
     assertTrue(e.getMessage().contains("Unmatched quote at 'struct<^`abc'"));
   }
 
-  @Test
-  public void testQuotedField2() {
-    IllegalArgumentException e = assertThrows(IllegalArgumentException.class, () -> {
-      TypeDescription.fromString("struct<``:int>");
-    });
-    assertTrue(e.getMessage().contains("Empty quoted field name at 'struct<``^:int>'"));

Review Comment:
   This test coverage means it's a feature before.



-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org