This is an automated email from the ASF dual-hosted git repository. yupeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 59e342d Mitigate calcite NPE bug. (#6908) add 9c95b4c add complex-type support to avro-to-pinot schema inference (#6928) No new revisions were added by this update. Summary of changes: .../plugin/inputformat/avro/AvroSchemaUtil.java | 18 +++ .../pinot/plugin/inputformat/avro/AvroUtils.java | 149 ++++++++++++++++----- .../plugin/inputformat/avro/AvroUtilsTest.java | 55 +++++++- .../test/resources/fake_avro_nested_schema.avsc | 70 ++++++++++ .../recordtransformer/ComplexTypeTransformer.java | 2 +- .../admin/command/AvroSchemaToPinotSchema.java | 30 ++++- 6 files changed, 286 insertions(+), 38 deletions(-) create mode 100644 pinot-plugins/pinot-input-format/pinot-avro-base/src/test/resources/fake_avro_nested_schema.avsc --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org