Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

haynescd
Copy link
Collaborator

@haynescd haynescd commented Mar 18, 2025

Updating alteration-enrichment to support clickhouse.

  • create new endpoint /api/column-store/alteration-enrichments/fetch
  • Update CancerStudyPermissionEvaluator to support new type MolecularProfileCasesGroupAndAlterationTypeFilter
  • Enable Virtual Threads ( allow for virtual threads to be used in spring boot)

@haynescd haynescd self-assigned this Mar 18, 2025
@haynescd haynescd marked this pull request as ready for review April 11, 2025 14:30
@haynescd haynescd requested review from alisman and onursumer April 11, 2025 14:39
Copy link
Member

@onursumer onursumer left a comment

Choose a reason for hiding this comment

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

Looks good. Just added a few suggestions.

.stream()
.map(entry -> threadPoolTaskExecutor.submit(() -> this.fetchAlterationCountByGeneByGroup(entry.getKey(),
entry.getValue(), enrichmentType, alterationFilter)))
.map(future -> {
Copy link
Member

Choose a reason for hiding this comment

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

should we add a comment here to define what future is? this is specific to parallelization, right?

@haynescd haynescd force-pushed the clickhousify-alteration-enrichments branch from f027af3 to 058d41d Compare April 22, 2025 20:38
@sonarqubecloud
Copy link

@haynescd haynescd merged commit 067618f into master Apr 24, 2025
24 of 26 checks passed
@haynescd haynescd deleted the clickhousify-alteration-enrichments branch April 24, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants