This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch detect-invalid-columns in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 81653d8 Detect invalid column names from BrokerRequestHandler add e400566 Add the complex-type support to decoder/reader (#6945) add f4ae3e0 Add collectionToJsonMode to schema inference (#6946) add 8794600 Detect invalid column names from BrokerRequestHandler This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (81653d8) \ N -- N -- N refs/heads/detect-invalid-columns (8794600) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../pinot/plugin/inputformat/avro/AvroUtils.java | 41 +++++++++++++----- .../plugin/inputformat/avro/AvroUtilsTest.java | 20 +++++++-- .../pinot/segment/local/utils/IngestionUtils.java | 22 ++++++++++ .../java/org/apache/pinot/spi/utils/JsonUtils.java | 39 ++++++++++++----- .../org/apache/pinot/spi/utils/JsonUtilsTest.java | 37 +++++++++++----- .../admin/command/AvroSchemaToPinotSchema.java | 17 +++++++- .../tools/admin/command/JsonToPinotSchema.java | 16 ++++++- ...bEvents_offline_complexTypeHandling_schema.json | 50 +++++++++++++++------- ...s_offline_complexTypeHandling_table_config.json | 4 -- ...eHandling_meetupRsvp_realtime_table_config.json | 12 +----- .../complexTypeHandling_meetupRsvp_schema.json | 44 ++++++++++++------- 11 files changed, 220 insertions(+), 82 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org