[
https://issues.apache.org/jira/browse/BEAM-8858?focusedWorklogId=357872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-357872
]
ASF GitHub Bot logged work on BEAM-8858:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Dec/19 14:38
Start Date: 11/Dec/19 14:38
Worklog Time Spent: 10m
Work Description: iemejia commented on issue #10332: [BEAM-8858]
sdks/java/extensions/sql to declare used-but-undeclared dependencies
URL: https://github.com/apache/beam/pull/10332#issuecomment-564573664
It is a pain, but I am afraid that future users of 2.17.0 will find the
problem too (because the deps are not declared in that version too, error
started since the move to vendored calcite). SQL will break at runtime because
of the non available deps (note that users can still do the workaround of
defining the missing deps manually in their projects). We can add a note to the
release notes but probably it is worth to fix. So I cherry-picked it in both
branches.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 357872)
Time Spent: 2h 50m (was: 2h 40m)
> Missing dependencies in SQL module pom
> --------------------------------------
>
> Key: BEAM-8858
> URL: https://issues.apache.org/jira/browse/BEAM-8858
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql
> Affects Versions: 2.18.0
> Reporter: Ismaël Mejía
> Assignee: Tomo Suzuki
> Priority: Blocker
> Fix For: 2.17.0
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> I moved an user project that depends on the SQL module to the version
> 2.18.0-SNAPSHOT and I discovered that it was not working anymore because some
> of the transitive dependencies were not correctly exposed anymore by the SQL
> module e.g. commons-codec and Nullable annotations dependency.
> There are some missing dependencies in the generated pom file when compared
> with previous versions, probably cases of `usedUndeclaredArtifacts`
--
This message was sent by Atlassian Jira
(v8.3.4#803005)