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

[GitHub] [iceberg] puchengy commented on a diff in pull request #7299: Support case insensitive id assignment for applyNameMapping when reading parquet

puchengy commented on code in PR #7299:
URL: https://github.com/apache/iceberg/pull/7299#discussion_r1165876985


##########
parquet/src/test/java/org/apache/iceberg/parquet/TestParquetSchemaUtil.java:
##########
@@ -127,6 +127,33 @@ public void testAssignIdsByNameMapping() {
     Assert.assertEquals(messageTypeWithIds, messageTypeWithIdsFromNameMapping);
   }
 
+  @Test
+  public void testAssignIdsByNameMappingCaseInsensitive() {
+    Types.StructType structTypeLowerCase =
+        Types.StructType.of(required(0, "id", Types.LongType.get()));

Review Comment:
   Thanks for the suggestion, we should



-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org