[ 
https://issues.apache.org/jira/browse/HIVE-23890?focusedWorklogId=512080&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-512080
 ]

ASF GitHub Bot logged work on HIVE-23890:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Nov/20 00:40
            Start Date: 16/Nov/20 00:40
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #1330:
URL: https://github.com/apache/hive/pull/1330#issuecomment-727669192


   This pull request has been automatically marked as stale because it has not 
had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the [email protected] list if the patch is in 
need of reviews.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 512080)
    Time Spent: 2h 50m  (was: 2h 40m)

> Create HMS endpoint for querying file lists using FlatBuffers as serialization
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-23890
>                 URL: https://issues.apache.org/jira/browse/HIVE-23890
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore
>            Reporter: Barnabas Maidics
>            Assignee: Barnabas Maidics
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> New thrift objects would be:
> {code:java}
> struct GetFileListRequest {
>     1: optional string catName,
>     2: required string dbName,
>     3: required string tableName,
>     4: required list<string> partVals,
>     6: optional string validWriteIdList
> }
> struct GetFileListResponse {
>     1: required binary fileListData
> }
> {code}
> Where GetFileListResponse contains a binary field, which would be a 
> FlatBuffer object



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to