Skip to content

Use correct ObjectMapper in BloomFilterSqlAggregatorTest#13616

Merged
kfaraz merged 1 commit intoapache:25.0.0from
kfaraz:fix_bloom_filter_test
Dec 22, 2022
Merged

Use correct ObjectMapper in BloomFilterSqlAggregatorTest#13616
kfaraz merged 1 commit intoapache:25.0.0from
kfaraz:fix_bloom_filter_test

Conversation

@kfaraz
Copy link
Copy Markdown
Contributor

@kfaraz kfaraz commented Dec 22, 2022

This test fails consistently locally, both using IDE and from CLI. But hasn't been flagged by Travis even once.
e.g. successful run: https://app.travis-ci.com/github/apache/druid/jobs/591589652#L4131

This has already been fixed on master with #13426 . Not backporting the entirety of those changes as they are not required.

The other usages of CalciteTests.getJsonMapper() need not be fixed in this branch as they don't seem to be deserializing any object that requires a custom deserializer.

@kfaraz kfaraz added the Bug label Dec 22, 2022
@kfaraz kfaraz added this to the 25.0 milestone Dec 22, 2022
@kfaraz kfaraz changed the title Use correct ObjectMapper in BloomFilterSqlAggregationTest Use correct ObjectMapper in BloomFilterSqlAggregatorTest Dec 22, 2022
@kfaraz kfaraz merged commit 594101e into apache:25.0.0 Dec 22, 2022
@kfaraz kfaraz deleted the fix_bloom_filter_test branch January 3, 2023 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants