Skip to content

Fix merge for TrueDimFilter#5916

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

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

Conversation

@jon-wei
Copy link
Copy Markdown
Contributor

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

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

Copy link
Copy Markdown
Contributor

@jihoonson jihoonson left a comment

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
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