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 ee95242 Small performance improvements new e09d9d7 KYLIN-4001 Allow user-specified time format using real-time for backend new 876d420 KYLIN-4001 Allow user-specified time format using real-time for ui The 2 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/core/source/MessageParserInfo.java | 22 +++++++++++++++++++ .../stream}/source/kafka/AbstractTimeParser.java | 8 ++++--- .../kylin/stream}/source/kafka/DateTimeParser.java | 25 ++++++++-------------- .../kylin/stream/source/kafka/LongTimeParser.java | 24 +++++++++++++++------ .../stream/source/kafka/TimedJsonStreamParser.java | 24 ++++++++++++++++++--- webapp/app/js/controllers/sourceMeta.js | 8 ++++++- .../partials/tables/loadStreamingTableConfig.html | 16 ++++++++++++-- webapp/app/partials/tables/table_detail.html | 8 +++++++ 8 files changed, 104 insertions(+), 31 deletions(-) copy {source-kafka/src/main/java/org/apache/kylin => stream-source-kafka/src/main/java/org/apache/kylin/stream}/source/kafka/AbstractTimeParser.java (83%) copy {source-kafka/src/main/java/org/apache/kylin => stream-source-kafka/src/main/java/org/apache/kylin/stream}/source/kafka/DateTimeParser.java (82%) copy source-kafka/src/main/java/org/apache/kylin/source/kafka/DefaultTimeParser.java => stream-source-kafka/src/main/java/org/apache/kylin/stream/source/kafka/LongTimeParser.java (67%)