You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2019/04/18 03:44:42 UTC

[kylin] branch master updated (595c4e2 -> e7b76b7)

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

magang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 595c4e2  KYLIN-3957 Fix exception cannot cast 'java.math.BigDecimal' to 'java.lang.Double'
     new 6d5d2cd  KYLIN-3942 add current parse info in request body
     new e7b76b7  KYLIN-3942 Support multi-level json event in backend

The 7752 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 stream-source-kafka/pom.xml                        |   7 +
 .../stream/source/kafka/TimedJsonStreamParser.java |  74 +++++++--
 .../source/kafka/TimedJsonStreamParserTest.java    | 166 ++++++++++-----------
 .../src/test/resources/message.json                |  21 ++-
 webapp/app/js/controllers/sourceMeta.js            |  18 ++-
 5 files changed, 178 insertions(+), 108 deletions(-)
 copy {source-kafka/src/test/java/org/apache/kylin => stream-source-kafka/src/test/java/org/apache/kylin/stream}/source/kafka/TimedJsonStreamParserTest.java (52%)
 copy {source-kafka => stream-source-kafka}/src/test/resources/message.json (69%)