Skip to content

Core - Fix field name bug in LoadTableResponse object to match REST spec and properly deserialize#4642

Merged
danielcweeks merged 1 commit intoapache:masterfrom
kbendick:rename-load-table-response-fields-to-match-spec
Apr 27, 2022
Merged

Core - Fix field name bug in LoadTableResponse object to match REST spec and properly deserialize#4642
danielcweeks merged 1 commit intoapache:masterfrom
kbendick:rename-load-table-response-fields-to-match-spec

Conversation

@kbendick
Copy link
Contributor

The LoadTableResponse class has a TableMetadata field called metadata.

It's currently called meta. Using Jackson to infer the fields will result in incorrect results because the name is not correct / does not match the spec.

I am updating this as a hot fix, and am working on a comprehensive test suite for this class that I'll open after a few other earlier PRs come in. But this will make the REST objects match the spec now, so that anybody implementing it can work with the correct objects.

cc @rdblue @danielcweeks

@github-actions github-actions bot added the core label Apr 27, 2022
@danielcweeks danielcweeks merged commit 5bebbc9 into apache:master Apr 27, 2022
@kbendick kbendick deleted the rename-load-table-response-fields-to-match-spec branch April 27, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants