Adds support for Apache Hive LLAP#1418
Merged
Merged
Conversation
Allow event cohort periods that start within the target cohort era. Prior version required the event cohort era to start and end in the target cohort era. When collapsing, ensure start-end dates span at least a day. Use count_big when counting cohort events and pathways. Padd end dates to make non-inclusive. Added casts for impala Added temp-table cleanup. Fixes OHDSI#779.
* Fixes masquerading of credentials in PLE / PLP results * Better quotes handling
* Fixes failed Cohort Pathways on Impala * fixes counts as bigint * fixes Pathways for BQ
… range are added (OHDSI#1278)
…aster # Conflicts: # README.md # pom.xml # src/main/extras/impala/README.md # src/main/java/org/ohdsi/webapi/DataAccessConfig.java # src/main/java/org/ohdsi/webapi/JerseyConfig.java # src/main/java/org/ohdsi/webapi/shiro/management/AtlasRegularSecurity.java # src/main/java/org/ohdsi/webapi/shiro/management/AtlasSecurity.java # src/main/java/org/ohdsi/webapi/shiro/management/FilterTemplates.java # src/main/java/org/ohdsi/webapi/util/GenericExceptionMapper.java # src/main/resources/resources/pathway/runPathwayAnalysis.sql
YaroslavTir
approved these changes
Feb 10, 2020
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #1168
Please don't merge this before the followings are merged: