Merge branch 'tmst-completeness' into tmst

Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/898da63d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/898da63d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/898da63d

Branch: refs/heads/griffin-0.2.0-incubating-rc4
Commit: 898da63dc4bff599f2eb0bd711b9c660e2ded6a3
Parents: b857bc0 18bbf24
Author: Lionel Liu <[email protected]>
Authored: Tue Apr 10 12:54:13 2018 +0800
Committer: Lionel Liu <[email protected]>
Committed: Tue Apr 10 12:54:13 2018 +0800

----------------------------------------------------------------------
 .../measure/process/BatchDqProcess.scala        |   2 +-
 .../measure/process/engine/SparkSqlEngine.scala |   4 +-
 .../measure/process/temp/TimeRange.scala        |   2 +-
 .../griffin/measure/rule/dsl/DqType.scala       |   7 +-
 .../dsl/analyzer/CompletenessAnalyzer.scala     |  46 ++++++
 .../rule/dsl/expr/ClauseExpression.scala        |   8 +
 .../rule/dsl/parser/GriffinDslParser.scala      |   9 ++
 .../rule/trans/AccuracyRulePlanTrans.scala      |   4 +-
 .../rule/trans/CompletenessRulePlanTrans.scala  | 145 +++++++++++++++++++
 .../measure/rule/trans/RulePlanTrans.scala      |   1 +
 .../rule/trans/TimelinessRulePlanTrans.scala    |  16 +-
 .../_completeness-batch-griffindsl.json         |  36 +++++
 .../_completeness-streaming-griffindsl.json     |  64 ++++++++
 13 files changed, 329 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


Reply via email to