cdmikechen opened a new pull request #2242: URL: https://github.com/apache/drill/pull/2242
# [DRILL-7940](https://issues.apache.org/jira/browse/DRILL-7940): Kafka key with avro schema can not displayed correctly (Please replace `PR Title` with actual PR Title) ## Description When using drill 1.19.0-snapshot to query kafka avro message, if kafka key data is avro, drill can not return key data right. Now add a new method `AvroMessageReader.getKeyValue` to identify the actual type and data of key. It now cast avro key to string with json type. ## Documentation No. ## Testing set `key.deserializer` in `KafkaQueriesTest.testAvroResultCount` test case class -- 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. For queries about this service, please contact Infrastructure at: [email protected]
