druid/extensions-core/avro-extensions
Abhishek Radhakrishnan 68f908e511
Fix uncaught `ParseException` when reading Avro from Kafka (#14183)
In StreamChunkParser#parseWithInputFormat, we call byteEntityReader.read() without handling a potential ParseException, which is thrown during this function call by the delegate AvroStreamReader#intermediateRowIterator.
A ParseException can be thrown if an Avro stream has corrupt data or data that doesn't conform to the schema specified or for other decoding reasons. This exception if uncaught, can cause ingestion to fail.
2023-05-04 12:35:36 +05:30
..
src Fix uncaught `ParseException` when reading Avro from Kafka (#14183) 2023-05-04 12:35:36 +05:30
pom.xml Update Hadoop3 as default build version (#14005) 2023-04-26 12:52:51 +05:30