Commits

Sutou Kouhei authored 05665cc2b3b
ARROW-13219: [C++][GLib] Demote/deprecate CompareOptions 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. Closes #10738 from kou/glib-compare-options Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>