Skip to content

Fix merge for TrueDimFilter - #5916

Merged
jon-wei merged 2 commits into
apache:masterfrom
jon-wei:fix_tdf
Jun 28, 2018
Merged

Fix merge for TrueDimFilter#5916
jon-wei merged 2 commits into
apache:masterfrom
jon-wei:fix_tdf

Conversation

@jon-wei

@jon-wei jon-wei commented Jun 28, 2018

Copy link
Copy Markdown
Contributor

The CI run for #5711 was completed before #5872 was merged, so it was missing a "getRequiredColumns()" implementation, which breaks master build right now.

This PR also deletes the NoopDimFilter which was not exposed to users and only used in one test with the TrueDimFilter.

@Override
public byte[] getCacheKey()
{
return ByteBuffer.allocate(1).put(DimFilterUtils.NOOP_CACHE_ID).array();

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please remove NOOP_CACHE_ID as well.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

removed

@jihoonson jihoonson left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

+1 after travis.

@jon-wei
jon-wei merged commit f3e1520 into apache:master Jun 28, 2018
@dclim dclim added this to the 0.13.0 milestone Oct 8, 2018
riovic918data pushed a commit to riovic918data/druid that referenced this pull request Jun 12, 2026
* Fix merge for TrueDimFilter

* remove unused cache ID
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.

3 participants