You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:40:18 UTC

[GitHub] [beam] kennknowles opened a new issue, #19302: [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.

kennknowles opened a new issue, #19302:
URL: https://github.com/apache/beam/issues/19302

   ```
   
   [ant:jacocoReport] Classes in bundle 'beam-sdks-java-extensions-sql' do no match with execution data.
   For report generation the same class files must be used as at runtime.
   [ant:jacocoReport] Execution
   data for class org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTable does not match.
   [ant:jacocoReport]
   Execution data for class org/apache/beam/sdk/extensions/sql/impl/udf/IsNan does not match.
   [ant:jacocoReport]
   Execution data for class org/apache/beam/sdk/extensions/sql/impl/rel/BeamUnnestRel$Transform does not
   match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rel/BeamSetOperatorRelBase$OpType
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/meta/provider/text/TextTableProvider$RowToCsv
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rel/BeamSortRel
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/transform/agg/CovarianceFn
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/parser/impl/ParseException
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rule/BeamMinusRule
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/transform/BeamBuiltinAggregations$IntegerAvg
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/meta/provider/kafka/KafkaTableProvider
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rule/BeamUncollectRule
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rel/BeamJoinRel$1
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/rel/BeamCalcRel$CalcFn
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/impl/ParseException
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/meta/provider/test/TestTable
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/meta/provider/UdfUdafProvider
   does not match.
   [ant:jacocoReport] Execution data for class org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaCSVTable$CsvRecorderDecoder
   does not match.
   
   ```
   
   
   ... and so on.
   
   There's some discussion of similar-sounding issues at https://stackoverflow.com/questions/31720139/jacoco-code-coverage-report-generator-showing-error-classes-in-bundle-code-c
   
   If JaCoCo is looking at the class files, but tests run against the shaded jar, this would be expected because only byte-for-byte identical class files will match.
   
   Imported from Jira [BEAM-6419](https://issues.apache.org/jira/browse/BEAM-6419). Original Jira may contain additional context.
   Reported by: kenn.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org