[ 
https://issues.apache.org/jira/browse/HIVE-13970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Shelukhin updated HIVE-13970:
------------------------------------
    Resolution: Won't Fix
        Status: Resolved  (was: Patch Available)

I looked at this a bit and it's probably not worth doing. I was going to change 
the FN to return 2 cols, first one being bytes for the shared part (one row) 
and for unique split info (N rows) and the second one being splitNum for 
splits, with a string or magic value for the shared part); with the structs 
being protobuf instead of writables; however, it falls under the other JIRA and 
is anyway probably wasted work in light of proper API work that is surely 
forthcoming ;)

> refactor LLAPIF splits - get rid of SubmitWorkInfo
> --------------------------------------------------
>
>                 Key: HIVE-13970
>                 URL: https://issues.apache.org/jira/browse/HIVE-13970
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Sergey Shelukhin
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-13970.01.patch, HIVE-13970.only.patch, 
> HIVE-13970.patch, HIVE-13970.patch
>
>
> First we build the signable vertex spec, convert it into bytes (as we 
> should), and put it inside SubmitWorkInfo. Then we serialize that into byte[] 
> and put it into LlapInputSplit. Then we serialize that to return... We should 
> get rid of one of the steps.



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

Reply via email to