mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
* Fix off-by-one in IndexedTableJoinMatcher.getCardinality. It would report a cardinality that is one lower than the actual cardinality. The missing value is the phantom null that can be generated by outer joins. * Fix tests.