gaoran10 commented on a change in pull request #8422:
URL: https://github.com/apache/pulsar/pull/8422#discussion_r559068257
##########
File path: pulsar-sql/presto-pulsar/pom.xml
##########
@@ -109,6 +109,32 @@
<version>${joda.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.prestosql</groupId>
+ <artifactId>presto-record-decoder</artifactId>
+ <version>${presto.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>pulsar-client-original</artifactId>
+ <version>${project.version}</version>
+ </dependency>
Review comment:
It seems that the dependency `pulsar-client-original` is already in the
`pulsar-client-admin-original`.
----------------------------------------------------------------
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]