You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "stenlarsson (via GitHub)" <gi...@apache.org> on 2024/03/07 15:56:56 UTC

[I] [GLib] Add missing compute function options classes [arrow]

stenlarsson opened a new issue, #40402:
URL: https://github.com/apache/arrow/issues/40402

   ### Describe the enhancement requested
   
   In most cases the options to compute functions are optional, but there are cases where they are required. The following compute functions are not possible to use in Ruby because the required options classes are missing from the GLib bindings:
   
   * `split_pattern`: `SplitPatternOptions`
   * `strftime`: `StrftimeOptions` (technically not required)
   * `strptime`: `StrptimeOptions`
   * `struct_field`: `StructFieldOptions`
   
   There are probably more functions that cannot be used, but this is a start.
   
   ### Component(s)
   
   GLib


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [GLib] Add missing compute function options classes [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on issue #40402:
URL: https://github.com/apache/arrow/issues/40402#issuecomment-1985060964

   Issue resolved by pull request 40403
   https://github.com/apache/arrow/pull/40403


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [GLib] Add missing compute function options classes [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #40402: [GLib] Add missing compute function options classes
URL: https://github.com/apache/arrow/issues/40402


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org