mxm commented on code in PR #14734:
URL: https://github.com/apache/iceberg/pull/14734#discussion_r2599159086
##########
core/src/main/java/org/apache/iceberg/SchemaUpdate.java:
##########
@@ -870,4 +871,8 @@ public MoveType type() {
private Types.NestedField findField(String fieldName) {
return caseSensitive ? schema.findField(fieldName) :
schema.caseInsensitiveFindField(fieldName);
}
+
+ private String caseSensitiveName(String name) {
Review Comment:
You won't believe it, but I also had that name. I decided to shorten it :)
Nevertheless, I think you're right. Renamed.
--
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]