rdblue commented on a change in pull request #3565:
URL: https://github.com/apache/iceberg/pull/3565#discussion_r751513708



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/SparkSchemaUtil.java
##########
@@ -319,7 +319,12 @@ public static void validateMetadataColumnReferences(Schema 
tableSchema, Schema r
   }
 
   public static Map<Integer, String> indexQuotedNameById(Schema schema) {
+    return indexQuotedNameById(schema, null);
+  }
+
+  public static Map<Integer, String> indexQuotedNameById(Schema schema, 
Set<Integer> fieldIds) {

Review comment:
       Do we need the original method if we are passing `fieldIds` in all 
internal uses? It hasn't been in a release so we can just remove it.




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