lidavidm commented on a change in pull request #11982:
URL: https://github.com/apache/arrow/pull/11982#discussion_r832395422



##########
File path: format/FlightSql.proto
##########
@@ -967,8 +967,8 @@ enum Searchable {
   SEARCHABLE_CHAR = 1;
 
   /**
-   * Indicates that the column can be used in a WHERE clause using other 
predicates
-   * except for LIKE.
+   * Indicates that the column can be used in a WHERE clause using any other 
predicates,
+   * except for the LIKE one.

Review comment:
       This is still a little unclear, maybe "…in a WHERE clause with any 
operator other than LIKE"? (Since SEARCHABLE_FULL uses 'operator' instead of 
'predicate')




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


Reply via email to