[
https://issues.apache.org/jira/browse/BEAM-6419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173687#comment-17173687
]
Beam JIRA Bot commented on BEAM-6419:
-------------------------------------
This issue is P2 but has been unassigned without any comment for 60 days so it
has been labeled "stale-P2". If this issue is still affecting you, we care!
Please comment and remove the label. Otherwise, in 14 days the issue will be
moved to P3.
Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed
explanation of what these priorities mean.
> [SQL] Jacoco error: Classes in bundle 'beam-sdks-java-extensions-sql' do no
> match with execution data.
> ------------------------------------------------------------------------------------------------------
>
> Key: BEAM-6419
> URL: https://issues.apache.org/jira/browse/BEAM-6419
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Reporter: Kenneth Knowles
> Priority: P2
> Labels: beam-fixit, stale-P2
>
> {code}
> [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.
> {code}
> ... 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)