You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Haralampos Gavriilidis (JIRA)" <ji...@apache.org> on 2018/04/13 15:14:00 UTC

[jira] [Created] (ARROW-2456) garrow_array_builder_append_values does not work for large arrays

Haralampos Gavriilidis created ARROW-2456:
---------------------------------------------

             Summary: garrow_array_builder_append_values does not work for large arrays
                 Key: ARROW-2456
                 URL: https://issues.apache.org/jira/browse/ARROW-2456
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, GLib
            Reporter: Haralampos Gavriilidis


When callingĀ 
{code:java}
garrow_array_builder_append_values(GArrowArrayBuilder *builder,
 const VALUE *values,
 gint64 values_length,
 const gboolean *is_valids,
 gint64 is_valids_length,
 GError **error,
 const gchar *context){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)