npawar commented on pull request #8243: URL: https://github.com/apache/pinot/pull/8243#issuecomment-1049438607
Where exactly is the error thrown? Can you share the exception trace? We already handle complex avro types today. See `AvroRecordExtractorComplexTypesTest` and `BaseRecordExtractor.convert()`. Are you trying to solve the same thing? Or is this more about the "allowing" part than what happens after it is allowed? Because I see the changes will only affect the `_ingestionSchemaValidator` within `SegmentIndexCreationDriverImpl` which has no usages, and some data generation tools. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
