Skip to content

Conversation

@jackye1995
Copy link
Contributor

@rdblue follow up for #2654

return identifierFieldIds()
.stream()
.map(id -> findField(id).name())
.map(id -> lazyIdToName().get(id))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is another bug not really related to the discussion, trying to just merge it here instead of having another 1 line PR.

@jackye1995
Copy link
Contributor Author

restart flaky CI task

@jackye1995 jackye1995 closed this Jun 17, 2021
@jackye1995 jackye1995 reopened this Jun 17, 2021
IllegalArgumentException.class,
"must not be nested in " + SCHEMA.findField("locations"),
() -> new SchemaUpdate(SCHEMA, SCHEMA_LAST_COLUMN_ID)
.setIdentifierFields("locations.value.lat")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the test case using locations.value.lat removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah because that will hit the double check before hitting the map check. I added another one later with column new_map.value.val_col

@rdblue rdblue merged commit 9ebebdd into apache:master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants