Skip to content
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/Enhancement] Adding default argument current time timestamp in open 'w' mode #89

Merged
merged 2 commits into from
Nov 16, 2021

Conversation

ktsitsi
Copy link
Collaborator

@ktsitsi ktsitsi commented Nov 9, 2021

We modify each open operation adding current timestamp argument, when modifying/writing arrays to patch the bug described in the ticket below. This patch needs the upgrade of TileDB-Py to its currently latest release being 0.11.0 without it the issue persists due to the array.create function that was patched in the aforementioned release.

Files changed:

tiledb/ml/models/base.py
tiledb/ml/models/pytorch.py
tiledb/ml/models/tensorflow.py
tiledb/ml/models/sklearn.py

@shortcut-integration
Copy link

@ktsitsi ktsitsi self-assigned this Nov 9, 2021
@ktsitsi ktsitsi marked this pull request as ready for review November 16, 2021 12:44
@ktsitsi ktsitsi requested review from gsakkis and georgeSkoumas and removed request for gsakkis November 16, 2021 12:50
@ktsitsi ktsitsi added the bug Something isn't working label Nov 16, 2021
@ktsitsi ktsitsi requested a review from gsakkis November 16, 2021 13:36
Copy link
Contributor

@gsakkis gsakkis left a comment

Choose a reason for hiding this comment

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

As @thetorpedodog commented on one of the linked PRs, this is a temporary workaround, right? If so just add a TODO to remove it.

@ktsitsi ktsitsi force-pushed the kt/sc-11544/hotfix-pass-timestamp-model branch from b9b794c to eb58945 Compare November 16, 2021 14:47
@ktsitsi ktsitsi merged commit b44a50c into master Nov 16, 2021
@ktsitsi ktsitsi deleted the kt/sc-11544/hotfix-pass-timestamp-model branch November 16, 2021 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants