richardantal commented on a change in pull request #57:
URL: https://github.com/apache/phoenix-connectors/pull/57#discussion_r672948309
##########
File path: phoenix-hive-base/pom.xml
##########
@@ -589,6 +589,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
+ <version>1.10.0</version>
Review comment:
I ran `mvn clean compile test-compile site -Dspotbugs.site` without
this version and I got the following exception:
`Execution default-site of goal
org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: For artifact
{org.apache.calcite:calcite-core:null:jar}: The version cannot be empty.`
So I ran `mvn dependency:tree` to check the version in phoenix4-hive and
added it.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]