mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
* 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