[ 
https://issues.apache.org/jira/browse/BEAM-13741?focusedWorklogId=717451&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-717451
 ]

ASF GitHub Bot logged work on BEAM-13741:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Jan/22 01:58
            Start Date: 29/Jan/22 01:58
    Worklog Time Spent: 10m 
      Work Description: TheNeuralBit commented on pull request #16631:
URL: https://github.com/apache/beam/pull/16631#issuecomment-1024805793


   I'm hesitant to make this change without understanding what's going wrong. I 
took a look at the gradle scans you shared in the jira. In the old passing 
build, vendored calcite is brought in as a dependency of sql extensions as I'd 
expect:
   
![image](https://user-images.githubusercontent.com/675055/151642746-62dd8921-de9d-4f26-a14b-59fdf67f95e2.png)
   
   In the current failing build, sql extensions has _no dependencies_:
   
![image](https://user-images.githubusercontent.com/675055/151642771-814b8ad0-521f-4c27-b37f-9a22101c1a60.png)
   
   So it seems like there's a larger issue here, and just bringing in one 
transitive dependency is just a band-aid. Unfortunately I'm not sure how to get 
to the root cause ... it seems likely this is related to the different 
configurations (provided vs. compileClasspath) due to the gradle 7 upgrade, but 
I don't know where to go from there.


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 717451)
    Time Spent: 1h 40m  (was: 1.5h)

> :sdks:java:extensions:sql:hcatalog:compileJava failing in 
> beam_Release_NightlySnapshot 
> ---------------------------------------------------------------------------------------
>
>                 Key: BEAM-13741
>                 URL: https://issues.apache.org/jira/browse/BEAM-13741
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Brian Hulette
>            Assignee: Brian Hulette
>            Priority: P1
>              Labels: currently-failing
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Started in https://ci-beam.apache.org/job/beam_Release_NightlySnapshot/1421/
> {code}
> 23:36:14 > Task :sdks:java:extensions:sql:hcatalog:compileJava FAILED
> 23:36:14 error: cannot access Statistic
> 23:36:14   class file for 
> org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.Statistic 
> not found
> 23:36:14   Consult the following stack trace for details.
> 23:36:14   com.sun.tools.javac.code.Symbol$CompletionFailure: class file for 
> org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.schema.Statistic 
> not found
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to