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

Initial commit of indexing pipeline. #74

Merged
merged 5 commits into from
Apr 28, 2023
Merged

Initial commit of indexing pipeline. #74

merged 5 commits into from
Apr 28, 2023

Conversation

delucchi-cmu
Copy link
Contributor

No description provided.

@delucchi-cmu delucchi-cmu requested review from a team and smcguire-cmu and removed request for a team April 25, 2023 15:32
src/hipscat_import/index/map_reduce.py Outdated Show resolved Hide resolved
src/hipscat_import/index/map_reduce.py Outdated Show resolved Hide resolved
src/hipscat_import/index/run_index.py Show resolved Hide resolved
src/hipscat_import/index/map_reduce.py Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #74 (bb9bc8a) into main (dcb225b) will decrease coverage by 0.22%.
The diff coverage is 97.59%.

❗ Current head bb9bc8a differs from pull request most recent head 7db3746. Consider uploading reports for the commit 7db3746 to get more accurate results

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   99.32%   99.11%   -0.22%     
==========================================
  Files          15       19       +4     
  Lines         594      676      +82     
==========================================
+ Hits          590      670      +80     
- Misses          4        6       +2     
Impacted Files Coverage Δ
src/hipscat_import/index/map_reduce.py 96.15% <96.15%> (ø)
src/hipscat_import/index/arguments.py 96.66% <96.66%> (ø)
src/hipscat_import/association/run_association.py 100.00% <100.00%> (ø)
src/hipscat_import/index/__init__.py 100.00% <100.00%> (ø)
src/hipscat_import/index/run_index.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@delucchi-cmu
Copy link
Contributor Author

Waiting for #76 to re-send for review. Some dask tests are timing out, and that PR increases the timeout.

@delucchi-cmu delucchi-cmu merged commit 9933c27 into main Apr 28, 2023
13 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/47/index branch April 28, 2023 15:12
@delucchi-cmu delucchi-cmu linked an issue May 8, 2023 that may be closed by this pull request
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.

Pipeline to create column-level indexes
2 participants