From commits-return-15981-archive-asf-public=cust-asf.ponee.io@pinot.apache.org Wed Feb 5 18:28:25 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8ABF018061A for ; Wed, 5 Feb 2020 19:28:25 +0100 (CET) Received: (qmail 99032 invoked by uid 500); 5 Feb 2020 18:28:24 -0000 Mailing-List: contact commits-help@pinot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pinot.apache.org Delivered-To: mailing list commits@pinot.apache.org Received: (qmail 99023 invoked by uid 99); 5 Feb 2020 18:28:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Feb 2020 18:28:24 +0000 From: GitBox To: commits@pinot.apache.org Subject: [GitHub] [incubator-pinot] elonazoulay commented on a change in pull request #4973: Add Avro Schema Registry Message Decoder Message-ID: <158092730462.8680.2407757850299293033.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Wed, 05 Feb 2020 18:28:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit elonazoulay commented on a change in pull request #4973: Add Avro Schema Registry Message Decoder URL: https://github.com/apache/incubator-pinot/pull/4973#discussion_r375430285 ########## File path: pinot-plugins/pinot-input-format/pinot-confluent-avro/pom.xml ########## @@ -0,0 +1,134 @@ + + + + + pinot-input-format + org.apache.pinot + 0.3.0-SNAPSHOT + + 4.0.0 + + pinot-confluent-avro + Pinot Avro + https://pinot.apache.org/ + + ${basedir}/../../.. + 2.0.0 + 5.3.1 + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + + + + confluent + http://packages.confluent.io/maven/ + + + + + + org.apache.pinot + pinot-avro-base + + + + org.apache.avro + avro + + + org.slf4j + slf4j-api + + + org.mortbay.jetty + jetty + + + + + + org.apache.kafka + kafka-clients Review comment: It's used by the schema registry client, as it stores schemas in a kafka topic, and uses the kafka client to retrieve and store metadata. It's a direct dependency of schema-registry client. If we exclude it then we get a ClassNotFound exception. So I would say leave it explicitly specified. Let me know what you think. ---------------------------------------------------------------- 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: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org For additional commands, e-mail: commits-help@pinot.apache.org