zhangminglei commented on a change in pull request #3186:
URL: https://github.com/apache/iceberg/pull/3186#discussion_r749030834



##########
File path: 
spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/source/TestPartitionValues.java
##########
@@ -392,8 +393,7 @@ public void testPartitionedByNestedString() throws 
Exception {
     // schema and partition spec
     Schema nestedSchema = new Schema(
         Types.NestedField.required(1, "struct",
-            Types.StructType.of(Types.NestedField.required(2, "string", 
Types.StringType.get()))
-        )
+            Types.StructType.of(Types.NestedField.required(2, "string", 
Types.StringType.get())))

Review comment:
       Please see the latest code ~




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to