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 intersection with parens #11032

Conversation

alisman
Copy link
Contributor

@alisman alisman commented Sep 29, 2024

No description provided.

<!-- when you make selection in genomic binning chart, it will still send genomic data filter -->
<include refid="numericalGenomicDataFilter"/>
</otherwise>
(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fuzhaoyuan i think the problem was that we introduced a UNION ALL inside in order to handle the nulls and that needs to be scoped so as to avoid interfering with the INTERSECTION above it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

probably needs to be applied also to generic assay

Copy link

sonarcloud bot commented Sep 29, 2024

@alisman alisman merged commit c82f34e into cBioPortal:demo-rfc80-poc-na-count-for-genomic-and-generic-assay Oct 1, 2024
10 of 13 checks passed
@alisman alisman deleted the demo-rfc80-poc-na-count-for-genomic-and-generic-assay branch October 1, 2024 17:59
fuzhaoyuan pushed a commit that referenced this pull request Oct 2, 2024
* Fix intersection with parens
fuzhaoyuan pushed a commit to fuzhaoyuan/cbioportal that referenced this pull request Oct 2, 2024
alisman added a commit that referenced this pull request Oct 2, 2024
* Add NA for genomic-data-bin-counts

* Filtering with NA for genomic-data-bin-counts

* Fix when subqueries return empty for NA counts

* Refinement and comments

* Address comments

* Fix intersection with parens (#11032)

* Fix intersection with parens

* Demo rfc80 poc genomic data filter tests (#11036)

* add genomic data filter tests testing for missing NAs
* add NA genomic data filter tests


---------

Co-authored-by: Zhaoyuan (Ryan) Fu <fuzhaoyuan@gmail.com>
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.

1 participant