You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/03/05 02:27:23 UTC

[kylin] branch master updated (7519629 -> 69c2c17)

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

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


    from 7519629  KYLIN-3835 [Defective TableSchemaUpdateChecker] Don't check used models when reload table
     new d00aced  Added small Unit Tests
     new 69c2c17  Removed .* import statements

The 7649 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:
 .../org/apache/kylin/source/jdbc/SqlUtilTest.java  | 33 +++++++++---
 .../kafka/hadoop/KafkaInputRecordReaderTest.java   | 60 ++++++++++++++++++++++
 2 files changed, 85 insertions(+), 8 deletions(-)
 create mode 100644 source-kafka/src/test/java/org/apache/kylin/source/kafka/hadoop/KafkaInputRecordReaderTest.java