kou opened a new pull request #10738:
URL: https://github.com/apache/arrow/pull/10738


   CompareOptions is not properly a FunctionOptions but it has bindings
   in GLib that expect it to be a FunctionOptions. After
   https://issues.apache.org/jira/browse/ARROW-13025, we should make
   CompareOptions a bare struct (instead of a FunctionOptions subclass)
   and deprecate it in favor of just specifying the comparison operator
   directly.
   
   In C++, CompareOptions exists and is deprecated.
   
   In GLib, GArrowCompareOptions and related APIs are removed.


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