RussellSpitzer commented on code in PR #5409:
URL: https://github.com/apache/iceberg/pull/5409#discussion_r935049924
##########
core/src/main/java/org/apache/iceberg/SchemaUpdate.java:
##########
@@ -61,6 +61,7 @@ class SchemaUpdate implements UpdateSchema {
private int lastColumnId;
private boolean allowIncompatibleChanges = false;
private Set<String> identifierFieldNames;
+ private boolean caseSensitive;
Review Comment:
Can we make the initialization explicit here, I believe we want this to
default to "true" since that was the previous behavior.
--
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]