Skip to content

Deduplicate rows in subquery#409

Merged
feast-ci-bot merged 4 commits into
feast-dev:masterfrom
zhilingc:batch-query-dedup
Jan 6, 2020
Merged

Deduplicate rows in subquery#409
feast-ci-bot merged 4 commits into
feast-dev:masterfrom
zhilingc:batch-query-dedup

Conversation

@zhilingc
Copy link
Copy Markdown
Collaborator

@zhilingc zhilingc commented Jan 6, 2020

There is a loophole in the way the bq batch queries are done that if there are multiple rows with the same event timestamp, created timestamp and entity ids, the query will return duplicate rows.

This patch deduplicates subquery results, preventing that from happening.

woop
woop previously approved these changes Jan 6, 2020
@feast-ci-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhilingc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@feast-ci-bot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhilingc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@davidheryanto
Copy link
Copy Markdown
Collaborator

/lgtm

@feast-ci-bot feast-ci-bot merged commit 57b3887 into feast-dev:master Jan 6, 2020
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.

4 participants