druid/sql
Maria Sitkovets 259207753d
Fix is null selector returning incorrect value for Long data type (#11170)
* Fix is null selector returning incorrect value for Long data type

* Fix style errors

* Refactor getObject method to also cache null column values

* Make lastInput variable nullable

* Refactor unit test

* Use new boolean lastInputIsNull instead of Long for lastInput to avoid boxing

* Refactor to remove Long for input variable

* Make a separate null caching variable

* Cleaner null caching implementation
2021-05-19 20:47:02 -07:00
..
src Fix is null selector returning incorrect value for Long data type (#11170) 2021-05-19 20:47:02 -07:00
pom.xml Add a planner rule to handle empty tables (#11058) 2021-04-07 10:04:47 -07:00