[
https://issues.apache.org/jira/browse/HIVE-25650?focusedWorklogId=669967&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-669967
]
ASF GitHub Bot logged work on HIVE-25650:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Oct/21 09:13
Start Date: 26/Oct/21 09:13
Worklog Time Spent: 10m
Work Description: vcsomor opened a new pull request #2749:
URL: https://github.com/apache/hive/pull/2749
The `workerId` and the `workerVersionId` have been made optional in the
FindNextCompactRequest
- The two fields in the hive_metastore.thrift have been made optional
- Test and code adjusted accordingly
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 669967)
Remaining Estimate: 0h
Time Spent: 10m
> Make workerId and workerVersionId optional in the FindNextCompactRequest
> ------------------------------------------------------------------------
>
> Key: HIVE-25650
> URL: https://issues.apache.org/jira/browse/HIVE-25650
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Affects Versions: 4.0.0
> Reporter: Viktor Csomor
> Assignee: Viktor Csomor
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In hive_metastore.thrift the FindNextCompactRequest struct's fields are
> required:
> {code}
> struct FindNextCompactRequest {
> 1: required string workerId,
> 2: required string workerVersion
> }{code}
> these should probably be made optional, to avoid breaking compaction if
> they're not available.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)