Skip to content

Commit 11ef652

Browse files
authored
Fixed a delay issue of a recent commit and license updates (#1361)
1 parent c070582 commit 11ef652

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

pipelines/batch/src/main/java/com/google/fhir/analytics/BulkExportUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/batch/src/main/java/com/google/fhir/analytics/FetchSearchPageFn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public void teardown() throws IOException {
272272
// DataflowRunner and that's why we have the finishBundle method above:
273273
// https://beam.apache.org/releases/javadoc/current/org/apache/beam/sdk/transforms/DoFn.Teardown.html
274274
if (parquetUtil != null) {
275-
parquetUtil.flushAllWriters();
275+
parquetUtil.flushAllWritersAndStopTimer();
276276
}
277277
}
278278

pipelines/batch/src/main/java/com/google/fhir/analytics/HapiRowDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/batch/src/main/java/com/google/fhir/analytics/metrics/FlinkJobListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/batch/src/main/java/com/google/fhir/analytics/metrics/PipelineMetricsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/batch/src/test/java/com/google/fhir/analytics/ReadJsonFromFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/common/src/main/java/com/google/fhir/analytics/DwhFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/common/src/main/java/com/google/fhir/analytics/FetchUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/common/src/main/java/com/google/fhir/analytics/FhirStoreUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

pipelines/common/src/main/java/com/google/fhir/analytics/GcpStoreUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2024 Google LLC
2+
* Copyright 2020-2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)