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

James Taylor commented on PHOENIX-1516:
---------------------------------------

One more thing: also do a clone of the rowProjector in PhoenixRecordReader when 
the result set is constructed. Maybe we can cache the serialized byte[] on the 
RowProjector to hide the way we do clone? Then it'd just be serialized the 
first time and other attempts to clone would just use them. That'd make it easy 
to hide this inside RowProjector.

> Add RANDOM built-in function
> ----------------------------
>
>                 Key: PHOENIX-1516
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1516
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>         Attachments: 1516-v2.txt, 1516-v3.txt, 1516-v4-wip.txt, 
> 1516-v5-wip.txt, 1516.txt
>
>
> I often find it useful to generate some rows with random data.
> Here's a simple RANDOM() function that we could use for that.



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

Reply via email to