martin-g commented on pull request #55:
URL: https://github.com/apache/phoenix-connectors/pull/55#issuecomment-858629378


   With the following change:
   
   ```
   diff --git phoenix-hive-base/phoenix4-hive/pom.xml 
phoenix-hive-base/phoenix4-hive/pom.xml
   index d08cf42..e3fb8a2 100644
   --- phoenix-hive-base/phoenix4-hive/pom.xml
   +++ phoenix-hive-base/phoenix4-hive/pom.xml
   @@ -107,6 +107,25 @@
        </dependency>
      </dependencies>
    
   +
   +  <dependencyManagement>
   +    <dependencies>
   +      <dependency>
   +      
   +      <groupId>org.apache.calcite</groupId>
   +      <artifactId>calcite-core</artifactId>
   +      <version>1.10.0</version>
   +      <exclusions>
   +        <exclusion>
   +
   +      <groupId>org.pentaho</groupId>
   +      <artifactId>pentaho-aggdesigner-algorithm</artifactId>
   +        </exclusion>
   +      </exclusions>
   +      </dependency>
   +    </dependencies>
   +  </dependencyManagement>
   +
      <build>
        <plugins>
          <plugin>
   ```
   
   the tests pass:
   
   ```
   
   [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ phoenix4-hive 
---
   [INFO] 
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.phoenix.hive.PrimaryKeyDataTest
   [INFO] Running org.apache.phoenix.hive.query.PhoenixQueryBuilderTest
   [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 
s - in org.apache.phoenix.hive.PrimaryKeyDataTest
   [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 
s - in org.apache.phoenix.hive.query.PhoenixQueryBuilderTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
   ```


-- 
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]


Reply via email to