You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Barnabas Maidics (Jira)" <ji...@apache.org> on 2020/07/23 12:58:00 UTC

[jira] [Updated] (HIVE-23890) Create HMS endpoint for querying file lists using FlatBuffers as serialization

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

Barnabas Maidics updated HIVE-23890:
------------------------------------
    Description: 
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

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