You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by li...@apache.org on 2018/04/26 08:12:37 UTC

[14/50] [abbrv] incubator-griffin git commit: Merge branch 'master' of https://github.com/apache/incubator-griffin into apache-master

Merge branch 'master' of https://github.com/apache/incubator-griffin into apache-master


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

Branch: refs/heads/griffin-0.2.0-incubating-rc4
Commit: 098667f7c569ea11b95802a55e5b7f82f7546f61
Parents: 618f974 c1f0898
Author: Lionel Liu <bh...@163.com>
Authored: Tue Apr 10 13:04:10 2018 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Tue Apr 10 13:04:10 2018 +0800

----------------------------------------------------------------------
 .../measure/process/BatchDqProcess.scala        |   2 +-
 .../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 ++++++++
 12 files changed, 327 insertions(+), 13 deletions(-)
----------------------------------------------------------------------