This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git.
from 67fa9dc [PQL Cleanup] Cleanup PQL in integration tests (#8425) add b2f0cd8 Allow ingesting Avro complex types into JSON column. (#8426) No new revisions were added by this update. Summary of changes: .../apache/pinot/common/utils/PinotDataType.java | 22 +- .../pinot/common/utils/PinotDataTypeTest.java | 7 +- .../queries/JsonIngestionFromAvroQueriesTest.java | 341 +++++++++++++++++++++ .../avro/AvroIngestionSchemaValidator.java | 7 + .../plugin/inputformat/avro/AvroSchemaUtil.java | 7 + .../inputformat/avro/AvroRecordExtractorTest.java | 8 +- .../recordtransformer/DataTypeTransformer.java | 5 +- .../data/readers/AbstractRecordExtractorTest.java | 22 +- 8 files changed, 405 insertions(+), 14 deletions(-) create mode 100644 pinot-core/src/test/java/org/apache/pinot/queries/JsonIngestionFromAvroQueriesTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org