You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2019/10/30 19:20:56 UTC

[incubator-pinot] branch master updated (b48c412 -> 07bd379)

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

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from b48c412  [TE] frontend - harleyjj/alert-details - remove duplicate key from component (#4760)
     add 07bd379  Bug fixing: Json decoder extracts wrong time field value if schema contains outgoingTimeFieldSpec (#4758)

No new revisions were added by this update.

Summary of changes:
 .../pinot-connector-kafka-base/pom.xml             |     9 +
 .../impl/kafka/KafkaJSONMessageDecoder.java        |    20 +-
 .../impl/kafka/KafkaJSONMessageDecoderTest.java    |   102 +
 .../src/test/resources/data/test_sample_data.json  | 20002 +++++++++----------
 .../test_sample_data_schema_no_time_field.json     |    41 +-
 ...sample_data_schema_with_outgoing_time_spec.json |    39 +-
 ...ple_data_schema_without_outgoing_time_spec.json |    34 +-
 7 files changed, 10168 insertions(+), 10079 deletions(-)
 create mode 100644 pinot-connectors/pinot-connector-kafka-base/src/test/java/org/apache/pinot/core/realtime/impl/kafka/KafkaJSONMessageDecoderTest.java
 copy {pinot-core => pinot-connectors/pinot-connector-kafka-base}/src/test/resources/data/test_sample_data.json (51%)
 copy pinot-core/src/test/resources/data/testDataMVSchema.json => pinot-connectors/pinot-connector-kafka-base/src/test/resources/data/test_sample_data_schema_no_time_field.json (53%)
 copy pinot-core/src/test/resources/data/testDataMVSchema.json => pinot-connectors/pinot-connector-kafka-base/src/test/resources/data/test_sample_data_schema_with_outgoing_time_spec.json (64%)
 copy pinot-core/src/test/resources/data/testDataMVSchema.json => pinot-connectors/pinot-connector-kafka-base/src/test/resources/data/test_sample_data_schema_without_outgoing_time_spec.json (64%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org