Jackie-Jiang commented on a change in pull request #4758: Bug fixing: Json
decoder extracts wrong time field value if schema contains outgoingTimeFieldSpec
URL: https://github.com/apache/incubator-pinot/pull/4758#discussion_r340754090
##########
File path: pinot-connectors/pinot-connector-kafka-base/pom.xml
##########
@@ -35,4 +35,19 @@
<properties>
<pinot.root>${basedir}/../..</pinot.root>
</properties>
+
+ <dependencies>
+ <!-- test -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
Review comment:
Can we replace gson with fasterxml jackson? We decided to uniform the json
library to fasterxml
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]