Bashir Sadjad

Results 59 issues of Bashir Sadjad

NOTE: Before filing a ticket, please see the following URL: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help **Describe the bug** **TL;DR:** With recent versions of HAPI JPA server (not sure exactly since when) we cannot fetch...

## Description of what I changed Fixes #1003. ## E2E test TESTED: Please replace this with a description of how you tested your PR beyond the automated e2e/unit tests. ##...

THIS IS NOT TO BE MERGED; created to show how to use `mvn spring-boot:run` for #1157. ## Description of what I changed ## E2E test TESTED: Please replace this with...

## Description of what I changed See #1247 for the context. This is mostly to enable ErrorProne and NullAway. These two exposed over 370 warnings. From these, less than 20...

Another source of e2e flakiness is this step: ["Run E2E Test for FHIR-search mode with HAPI source"](https://github.com/google/fhir-data-pipes/blob/860ea31c643a606c29d17f9962dca77995ef50e6/cloudbuild.yaml#L117). Below is a sample log which shows that not all observations are seen...

bug
good first issue
P2:should

## Description of what I changed Fixes #1335; please note this is built on top of PR #1341, hence only the second commit belongs to this PR. ## E2E test...

## Description of what I changed This was skipped before because we also had a mysql dependency in the `streaming` module which was causing issues. That module is now removed...

## Description of what I changed Fixes #1334. The fix is actually a little involved because we need to be able to support multiple view-sets for the same set of...

Currently, by default we wrote a lot of log lines when running the pipeline. While these have useful information in them (e.g., what URL is being fetched from the FHIR...

enhancement
P3:TBE

When `createParquetViews` is `true` and `thriftserverHiveConfig` is also set in the config file, it is expected that the flat Parquet views are also registered in the Spark Thrift-server; but they...

bug
P1:must