[
https://issues.apache.org/jira/browse/TAJO-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381935#comment-14381935
]
ASF GitHub Bot commented on TAJO-1450:
--------------------------------------
GitHub user navis opened a pull request:
https://github.com/apache/tajo/pull/465
TAJO-1450 Encapsulate Datum in Tuple
Not completed, but still worthy, imho.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/navis/tajo TAJO-1450
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/465.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #465
----
commit a6efc1cec56e7473f96e616fb2702498bd53b5e3
Author: navis.ryu <[email protected]>
Date: 2015-03-26T14:19:52Z
TAJO-1450 Encapsulate Datum in Tuple
----
> Encapsulate Datum in Tuple
> --------------------------
>
> Key: TAJO-1450
> URL: https://issues.apache.org/jira/browse/TAJO-1450
> Project: Tajo
> Issue Type: Task
> Reporter: Navis
> Priority: Minor
>
> Currently, Tuple exposes Datum inside of it but it seemed not necessary(,
> which is not fully confirmed). If we remove Datum returning APIs from Tuple,
> Tuple can be implemented more effective and free. I think this can be a
> subtask of vectorization.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)