You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datafu.apache.org by "Zach Beniash (JIRA)" <ji...@apache.org> on 2015/07/20 13:14:04 UTC

[jira] [Comment Edited] (DATAFU-92) Create UDF to extract tuple out of bag in a specified index

    [ https://issues.apache.org/jira/browse/DATAFU-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585172#comment-14585172 ] 

Zach Beniash edited comment on DATAFU-92 at 7/20/15 11:13 AM:
--------------------------------------------------------------

Actually the third parameter can have other values then null.
As a matter of fact I already implemented the UDF and tested it, but didn't got the time to align my environment for submitting the code (and probably won't have the time soon). So I attached to this issue  the code + example for the third parameter, to be used as a reference for your implementation.
Please see attached files.
https://issues.apache.org/jira/secure/attachment/12746082/TupleFromBag.java





was (Author: zachbe):
Actually the third parameter can have other values then null.
As a matter of fact I already implemented the UDF and tested it, but didn't got the time to align my environment for submitting the code (and probably won't have the time soon). So I attached to this issue  the code + example for the third parameter, to be used as a reference for your implementation.
Please see attached files.
https://issues.apache.org/jira/secure/attachment/12739514/TupleFromBag.java




> Create UDF to extract tuple out of bag in a specified index
> -----------------------------------------------------------
>
>                 Key: DATAFU-92
>                 URL: https://issues.apache.org/jira/browse/DATAFU-92
>             Project: DataFu
>          Issue Type: New Feature
>    Affects Versions: 1.3.0
>            Reporter: Zach Beniash
>              Labels: UDF
>             Fix For: 1.3.0
>
>         Attachments: DATAFU-92.patch, TupleFromBag.java
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Create a new UDF that is similar to "FirstTupleFromBag" but this one will be more general, and not only the first tuple.
> This new UDF can be called "TupleFromBag" and will get three parameters:
> 1. DataBag
> 2. Index
> 3. Optional Default Tuple
> There should be a consideration to refactor FirstTupleFromBag to call TupleFromBag, for reusability consideration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)