-
Notifications
You must be signed in to change notification settings - Fork 0
Cache fragment metadata for workspaces on the cloud #63
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
Conversation
|
@mlathara, wondering if you can re-review this? Thanks. |
mlathara
left a comment
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.
minor comment, feel free to merge without addressing it
|
|
||
|
|
||
| # get tiledb offsets for interval | ||
| def parse_interval(interval: str): |
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.
I dunno if this is better or worse than regex -- but maybe we could consider using string split (plus check for existence of the delimiter). Might be simpler
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.
This is done just while parsing intervals for the cli. I don't expect much time spent on this function. Guess using split is simpler.
* Cache fragment metadata for workspaces on the cloud * Add examples workspace for testing * Run test.sh for the non-cloud case * Cache metadata per array rather than the entire workspace based on intervals being queried
Cache fragment metadata for workspaces on the cloud and add GitHub actions to test scripts in examples on azurite.