This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new 7681dff274 fix column name for record metadata (#9552) 7681dff274 is described below commit 7681dff274abf8405a323859e20e06f473c88ec0 Author: Navina Ramesh <nav...@apache.org> AuthorDate: Mon Oct 10 13:22:55 2022 +0530 fix column name for record metadata (#9552) --- .../resources/examples/stream/meetupRsvp/meetupRsvp_schema.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pinot-tools/src/main/resources/examples/stream/meetupRsvp/meetupRsvp_schema.json b/pinot-tools/src/main/resources/examples/stream/meetupRsvp/meetupRsvp_schema.json index 93deb2d137..0c0a087052 100644 --- a/pinot-tools/src/main/resources/examples/stream/meetupRsvp/meetupRsvp_schema.json +++ b/pinot-tools/src/main/resources/examples/stream/meetupRsvp/meetupRsvp_schema.json @@ -12,7 +12,11 @@ }, { "dataType": "STRING", - "name": "header$producerTimestamp" + "name": "__metadata$offset" + }, + { + "dataType": "STRING", + "name": "__metadata$recordTimestamp" }, { "dataType": "STRING", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org