druid/server
Gian Merlino 5249155284
Fix off-by-one in IndexedTableJoinMatcher.getCardinality. (#9674)
* 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.
2020-04-10 18:11:05 -07:00
..
src Fix off-by-one in IndexedTableJoinMatcher.getCardinality. (#9674) 2020-04-10 18:11:05 -07:00
pom.xml Add tests for valid and invalid datasource names (#9614) 2020-04-06 16:02:50 -07:00