You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2016/08/12 04:09:20 UTC

[jira] [Resolved] (STORM-2023) Add calcite-core to dependency of storm-sql-runtime

     [ https://issues.apache.org/jira/browse/STORM-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2023.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0
                   2.0.0

I merged into master and 1.x-branch.
I don't merge this into 1.0.x-branch since we should need STORM-2016 to reduce the complexity of precondition of executing `sql`, and it should be on next minor version (no bugfix).

> Add calcite-core to dependency of storm-sql-runtime
> ---------------------------------------------------
>
>                 Key: STORM-2023
>                 URL: https://issues.apache.org/jira/browse/STORM-2023
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-sql
>    Affects Versions: 1.0.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 2.0.0, 1.1.0
>
>
> storm-sql provides both "storm-sql-core" and "storm-sql-runtime". Former is for compiling sql to trident topology, and latter is for running compiled trident topology.
> While testing storm-sql feature I found compiled class codes refers calcite so calcite-core is needed at runtime. 
> I'm not sure we can make calcite-core get out of storm-sql-runtime, so for now we can add calcite-core to storm-sql-runtime so that it can be available on transitive dependencies for storm-sql-runtime.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)