-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ValueType.UNIX_TIMESTAMP conversions #2219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Is there a way to capture this in a test somehow? |
Codecov Report
@@ Coverage Diff @@
## master #2219 +/- ##
===========================================
- Coverage 84.92% 59.56% -25.37%
===========================================
Files 105 105
Lines 8498 8522 +24
===========================================
- Hits 7217 5076 -2141
- Misses 1281 3446 +2165
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hmmm... 🤔 I guess we just need to add a |
Signed-off-by: Judah Rand <[email protected]>
@adchia Added a |
np.datetime64
to ValueType.UNIX_TIMESTAMP
conversion
@adchia Looks likes there's some bugs in the tests that I don't think I'll be able to fix as I don't have access to the AWS or GCP test infrastructure. |
@adchia I can only imagine that this method is failing to create the table for Redshift: feast/sdk/python/tests/integration/feature_repos/universal/data_sources/redshift.py Line 34 in 62fae05
Are you able to help debug this as you have access to the Redshift side? |
090fd73
to
8ca6565
Compare
yeah let me take a look |
Signed-off-by: Judah Rand <[email protected]>
Signed-off-by: Judah Rand <[email protected]>
7c40ea3
to
fda77d5
Compare
I tried it and couldn't repro (i.e. the tests pass for me locally). Trying it again now |
How odd... Maybe something to do with the credentials on the repo Vs local ones? I think this is a really important fix as currently I'm not sure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, judahrand The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
cc @judahrand the root cause of the AWS failures on here should be fixed by #2242 |
Signed-off-by: Judah Rand [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2209
Does this PR introduce a user-facing change?: