RussellSpitzer commented on a change in pull request #3545:
URL: https://github.com/apache/iceberg/pull/3545#discussion_r750729350



##########
File path: api/src/main/java/org/apache/iceberg/SortOrderBuilder.java
##########
@@ -106,4 +106,12 @@ default R desc(Term term) {
    * @return this for method chaining
    */
   R desc(Term term, NullOrder nullOrder);
+
+  /**
+   * whether the Projection should consider case sensitivity on column names 
or not.

Review comment:
       Should be a bit more clear. 
   "Whether to resolve column names in either a case-sensitive or insensitive 
way."? 




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