Migrating bytebuffercollections from Metamarkets.#3647
Migrating bytebuffercollections from Metamarkets.#3647drcrallen merged 5 commits intoapache:masterfrom
Conversation
|
Please note the differing license headers on |
|
@cheddar given that, can we split the "purely MMX CLA" into its own PR for easier merging? I'm a bit concerned about how we can make sure we can maintain a proper licensing header for things that did not originate under a MMX CLA |
|
@drcrallen @cheddar Removed extendedset module. |
|
@akashdw there are some code conflicts |
|
@fjy the code conflicts will happen on almost every PR merge because imports. It would be great if we could get signoff on the general idea from @drcrallen or @leventov as representatives of MMX (given that the code is coming from an MMX repo) before resolving the conflicts. Otherwise, there will be constant chasing of conflicts. |
|
@cheddar I leave this to @drcrallen. |
There was a problem hiding this comment.
These dangling <p>s apparently get in the way of the building of javadoc for Druid. They should be cleaned up. It should be acceptable to just replace <p> with a space.
|
Other than what @cheddar mentioned, this looks good to me. I can do the merge once the conflicts are cleaned up. I did some more digging on the I think my brain was backwards, where bytebuffer-collections would fail compiling if java8 was used. Looking through druid source code there are a few instances of So you can fix the merge conflicts and I'll merge this promptly assuming another committer can give the other plus one. |
|
@cheddar @drcrallen @fjy I uploaded a new patch set to resolve code conflicts and removed |
|
👍 |
|
@akashdw could you also please remove |
* Migrating bytebuffercollections from Metamarkets. * resolving code conflicts and removing <p> from bytebuffer-collections.
|
@leventov Sure, I will create a pr for the pom cleanup. |
* Migrating bytebuffercollections from Metamarkets. * resolving code conflicts and removing <p> from bytebuffer-collections.
Migrating bytebuffercollections from metamarkets. This migration will be helpful to deal problems around having separate PRs and release cycle of Druid, extendedset and bytebuffercollections. This PR is continuation of #3585.
Note: External extensions might have to change.