You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by wl...@apache.org on 2023/03/06 20:59:37 UTC

[gobblin] branch master updated: [GOBBLIN-1794] Add defaults to newly added fields in observability events (#3653)

This is an automated email from the ASF dual-hosted git repository.

wlo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d6ed33c [GOBBLIN-1794] Add defaults to newly added fields in observability events (#3653)
26d6ed33c is described below

commit 26d6ed33c45a324dd9025eb63bcdaef59465f38e
Author: William Lo <lo...@gmail.com>
AuthorDate: Mon Mar 6 12:59:29 2023 -0800

    [GOBBLIN-1794] Add defaults to newly added fields in observability events (#3653)
---
 .../src/main/avro/GaaSObservabilityEventExperimental.avsc           | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gobblin-metrics-libs/gobblin-metrics-base/src/main/avro/GaaSObservabilityEventExperimental.avsc b/gobblin-metrics-libs/gobblin-metrics-base/src/main/avro/GaaSObservabilityEventExperimental.avsc
index 9710e7b1e..5de27a7c4 100644
--- a/gobblin-metrics-libs/gobblin-metrics-base/src/main/avro/GaaSObservabilityEventExperimental.avsc
+++ b/gobblin-metrics-libs/gobblin-metrics-base/src/main/avro/GaaSObservabilityEventExperimental.avsc
@@ -93,7 +93,8 @@
         "long"
       ],
       "doc": "Start time of the workunit planning phase in millis since Epoch, null if the job was never run or fails to reach this phase",
-      "compliance": "NONE"
+      "compliance": "NONE",
+      "default": null
     },
     {
       "name": "jobPlanningPhaseEndTime",
@@ -102,7 +103,8 @@
         "long"
       ],
       "doc": "End time of the workunit planning phase in millis since Epoch, null if the job was never run or fails to reach this phase",
-      "compliance": "NONE"
+      "compliance": "NONE",
+      "default": null
     },
     {
       "name": "executionUserUrn",