RussellSpitzer commented on code in PR #17428:
URL: https://github.com/apache/iceberg/pull/17428#discussion_r4076413526


##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewriteManifestsAction.java:
##########
@@ -756,6 +756,47 @@ public void 
testRewriteManifestsPartitionedTableWithCustomSorting() throws IOExc
     assertThat(manifestsDf.count()).as("There should be at least 2 
manifests").isGreaterThan(1L);
   }
 
+  @TestTemplate
+  public void
+      
testRewriteManifestsPartitionedTableWithCustomSortingOnFieldNameContainingDotAndBacktick()
+          throws IOException {
+    // Regression test: partitioning on a nested source column (struct "a" 
with child field

Review Comment:
   Can we drop this comment as well? We'd like to avoid any "discussion" 
comments unless they really clarify something.



-- 
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