Govindarajan-D commented on code in PR #15958:
URL: https://github.com/apache/iceberg/pull/15958#discussion_r3071097692
##########
api/src/main/java/org/apache/iceberg/catalog/TableIdentifier.java:
##########
@@ -80,7 +80,9 @@ public String name() {
public TableIdentifier toLowerCase() {
String[] newLevels =
-
Arrays.stream(namespace().levels()).map(String::toLowerCase).toArray(String[]::new);
Review Comment:
That is true. https://github.com/apache/iceberg/issues/9276 was created
previously, but I guess not all methods were changed.
--
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]