Skip to content

Fix py SDK historical retrieval job to chunked dataframe conversion#1002

Merged
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
terryyylim:fix-job-to-df
Sep 17, 2020
Merged

Fix py SDK historical retrieval job to chunked dataframe conversion#1002
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
terryyylim:fix-job-to-df

Conversation

@terryyylim

@terryyylim terryyylim commented Sep 14, 2020

Copy link
Copy Markdown
Member

What this PR does / why we need it:
Current implementation attempts to append to a Dict instead of List, which throws AttributeError. Also, last chunk of data which is less than max_chunk_size is not returned.

Which issue(s) this PR fixes:

Fixes #944, #948

Does this PR introduce a user-facing change?:

NONE

@terryyylim terryyylim changed the title Fix py sdk historical retrieval conversion Fix py SDK historical retrieval job to chunked dataframe conversion Sep 14, 2020
@khorshuheng

Copy link
Copy Markdown
Collaborator

/lgtm

@feast-ci-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: khorshuheng, terryyylim

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

@terryyylim

Copy link
Copy Markdown
Member Author

/retest

@khorshuheng

Copy link
Copy Markdown
Collaborator

/lgtm

@khorshuheng

Copy link
Copy Markdown
Collaborator

/test test-end-to-end-redis-cluster

@khorshuheng

Copy link
Copy Markdown
Collaborator

/test test-end-to-end-batch

@feast-ci-bot feast-ci-bot merged commit 413c4f1 into feast-dev:master Sep 17, 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.

AttributeError: 'dict' object has no attribute 'append' in job.to_chunked_dataframe()

3 participants