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

[PECO-238] Initial CloudFetch implementation #158

Merged
merged 8 commits into from
Aug 16, 2023
Merged

Conversation

kravets-levko
Copy link
Contributor

@kravets-levko kravets-levko commented Aug 3, 2023

PECO-238

  • Basic cloud fetch results support
  • Handle expired links
  • Concurrent downloads
  • Memory usage optimizations (cloud fetch chunks are quite big, and if many chunks are loaded into memory and being processed, rics of getting OOM is very high)
  • Tests

Signed-off-by: Levko Kravets <[email protected]>
@databricks databricks deleted a comment from codecov-commenter Aug 3, 2023
Copy link
Contributor

@nithinkdb nithinkdb left a comment

Choose a reason for hiding this comment

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

Just have a few questions, but looks good overall.

tests/unit/result/CloudFetchResult.test.js Show resolved Hide resolved
lib/globalConfig.ts Show resolved Hide resolved
lib/DBSQLOperation/index.ts Show resolved Hide resolved
@nithinkdb nithinkdb self-requested a review August 16, 2023 01:33
Copy link
Contributor

@nithinkdb nithinkdb left a comment

Choose a reason for hiding this comment

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

lgtm

@kravets-levko kravets-levko merged commit f265368 into main Aug 16, 2023
3 checks passed
@kravets-levko kravets-levko deleted the PECO-238-cloudfetch branch August 16, 2023 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants