Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STORM-2067 Fix "array element type mismatch" from compute-executors in nimbus.clj #1655

Merged
merged 1 commit into from
Sep 13, 2016

Conversation

HeartSaVioR
Copy link
Contributor

  • force set type to Map when calling into-array with seq which has Maps
    • Clojure optimization occurs type mismatch: PersistentArrayMap vs PersistentHashMap

Please refer http://issues.apache.org/jira/browse/STORM-2067 for more details.

This code only resides on master branch. No need to backport.

…n nimbus.clj

* force set type to Map when calling into-array with seq which has Maps
** Clojure optimization occurs type mismatch: PersistentArrayMap vs PersistentHashMap
@asfgit asfgit merged commit 743b8e0 into apache:master Sep 13, 2016
@HeartSaVioR
Copy link
Contributor Author

+1 from STORM-2057 #1656 (by @arunmahadevan )

@HeartSaVioR HeartSaVioR deleted the STORM-2067 branch September 13, 2016 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants