Csomor Viktor created HIVE-25650: ------------------------------------ Summary: 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: Csomor Viktor
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)