Github user bhlx3lyx7 commented on a diff in the pull request:
https://github.com/apache/incubator-griffin/pull/389#discussion_r209127874
--- Diff:
service/src/main/java/org/apache/griffin/core/job/entity/JobDataSegment.java ---
@@ -43,19 +43,19 @@ Licensed to the Apache Software Foundation (ASF) under
one
@NotNull
private String dataConnectorName;
- private boolean baseline = false;
+ private boolean asTmsBaseline = false;
--- End diff --
I prefer the field name to be "asTsBaseline"---
