Updating library for compatibility with Aurora 0.16.0 final. Thrift API differs from main Aurora one due to TaskUpdateQuery fields resulting in errors when serialized by thrift as non-optionals.
This commit is contained in:
parent
3a78e32e27
commit
3fd957fe5c
15 changed files with 2058 additions and 1020 deletions
|
@ -24,6 +24,6 @@ func JobUpdateKey(resp *aurora.Response) *aurora.JobUpdateKey {
|
|||
return resp.Result_.StartJobUpdateResult_.GetKey()
|
||||
}
|
||||
|
||||
func JobUpdateDetails(resp *aurora.Response) *aurora.JobUpdateDetails {
|
||||
return resp.Result_.GetJobUpdateDetailsResult_.Details
|
||||
func JobUpdateDetails(resp *aurora.Response) []*aurora.JobUpdateDetails {
|
||||
return resp.Result_.GetJobUpdateDetailsResult_.DetailsList
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue