virajjasani commented on PR #2138: URL: https://github.com/apache/phoenix/pull/2138#issuecomment-2887863117
@ritegarg this PR has broken HBase 2.4 profile build: ``` 10:37:47 [INFO] ------------------------------------------------------------------------ 10:37:47 [INFO] BUILD FAILURE 10:37:47 [INFO] ------------------------------------------------------------------------ 10:37:47 [INFO] Total time: 01:13 min 10:37:47 [INFO] Finished at: 2025-05-16T17:37:46Z 10:37:47 [INFO] ------------------------------------------------------------------------ 10:37:47 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project phoenix-core: Compilation failure: Compilation failure: 10:37:47 [ERROR] /home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master/HBASE_2.4/phoenix-core/src/it/java/org/apache/phoenix/query/ConnectionQueryServicesImplThreadPoolIT.java:[24,38] org.apache.hadoop.hbase.client.ConnectionImplementation is not public in org.apache.hadoop.hbase.client; cannot be accessed from outside package 10:37:47 [ERROR] /home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master/HBASE_2.4/phoenix-core/src/it/java/org/apache/phoenix/query/ConnectionQueryServicesImplThreadPoolIT.java:[175,56] org.apache.hadoop.hbase.client.ConnectionImplementation is not public in org.apache.hadoop.hbase.client; cannot be accessed from outside package 10:37:47 [ERROR] /home/jenkins/jenkins-home/workspace/oenix_Phoenix-mulitbranch_master/HBASE_2.4/phoenix-core/src/it/java/org/apache/phoenix/query/ConnectionQueryServicesImplThreadPoolIT.java:[280,13] org.apache.hadoop.hbase.client.ConnectionImplementation is not public in org.apache.hadoop.hbase.client; cannot be accessed from outside package 10:37:47 [ERROR] -> [Help 1] 10:37:47 [ERROR] ``` Please create addendum PR to fix it. Locally you can build using `mvn clean install -DskipTests -Dhbase.profile=2.4` -- 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]
