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

Fixes for multiple issues #175

Merged
merged 6 commits into from
Jul 5, 2013
Merged

Fixes for multiple issues #175

merged 6 commits into from
Jul 5, 2013

Conversation

fjy
Copy link
Contributor

@fjy fjy commented Jun 26, 2013

Fixes #174, #172, #162, #159, #146, #145, #90

@cheddar
Copy link
Contributor

cheddar commented Jul 1, 2013

Just generally, I thinkg Sixtus has a point about being able to cherry-pick fixes. We haven't been too good about that stuff until now, but we should definitely try to get better about it.

@@ -288,6 +288,10 @@ public void childEvent(CuratorFramework client, PathChildrenCacheEvent event) th

final String inventoryKey = ZKPaths.getNodeFromPath(child.getPath());

if (inventoryKey == null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe that ZKPaths.getNodeFromPath() can return null, which bug is this fixing?

cheddar added a commit that referenced this pull request Jul 5, 2013
Fixes for multiple issues
@cheddar cheddar merged commit 8b7e32d into master Jul 5, 2013
@cheddar cheddar deleted the bug-fix branch July 5, 2013 22:16
suneet-s referenced this pull request in suneet-s/druid Aug 12, 2020
…plicit null valued rows (apache#10248) (#175)

* fix bug with realtime expressions on sparse string columns

* fix test

* add comment back

* push capabilities for dimensions to dimension indexers since they know things

* style

* style

* fixes

* getting a bit carried away

* missed one

* fix it

* benchmark build fix

* review stuffs

* javadoc and comments

* add comment

* more strict check

* fix missed usaged of impl instead of interface
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.

Druid master nodes replicate and move segments that may have been scheduled to be dropped
2 participants