sajjad-moradi opened a new pull request, #9642: URL: https://github.com/apache/pinot/pull/9642
AvroRecordExtractor doesn't properly handle Avro's Fixed type. The extracted value is deserialized string of the byte array which is the result of calling `toString` method of GenericData.Fixed (uses Array.toString). This PR fixes the issue by introducing a new version `AvroRecordExtractorV2`. If we just simply fix the issue in the existing `AvroRecordExtractor`, it will break the applications using the existing behavior for String columns representing Fixed data types in the input avro records. -- 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]
