You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed for Arrow GLib. In Arrow GLib, we need to determine how to wrap Arrow C++ ArrayBuilder at run-time. ArrayBuilder may be passed as a generic ArrayBuilder instead of concrete DictionaryBuilder. (e.g. RecordBatchBuilder::GetField())
This is needed for Arrow GLib. In Arrow GLib, we need to determine how to wrap Arrow C++
ArrayBuilderat run-time.ArrayBuildermay be passed as a genericArrayBuilderinstead of concreteDictionaryBuilder. (e.g.RecordBatchBuilder::GetField())See also: #4316 (comment)
Reporter: Kouhei Sutou / @kou
Note: This issue was originally created as ARROW-5355. Please see the migration documentation for further details.