cricket007 commented on a change in pull request #526: HIVE-21218: KafkaSerDe doesn't support topics created via Confluent URL: https://github.com/apache/hive/pull/526#discussion_r255558896
########## File path: kafka-handler/pom.xml ########## @@ -114,8 +114,21 @@ <version>1.7.25</version> <scope>test</scope> </dependency> + <dependency> + <groupId>io.confluent</groupId> + <artifactId>kafka-streams-avro-serde</artifactId> Review comment: You're not using Kafka Streams or the serde. Maybe you want `kafka-avro-serializer`? Or the schema registry client? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services