mirror of
https://github.com/apache/druid.git
synced 2025-02-07 02:28:19 +00:00
259207753d
* 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