Fixed Issues in Kudu
This section lists the issues that have been fixed since the previous version.
- KuduPredicate class in Java client does not handle Date columns
- Apache JIRA: KUDU-3152Summary:
Prior to this fix, if you had a table with
DATEcolumn, you could not scan for it using the java client. A check for minimum and maximum boundaries of integer representation ofjava.sql.Datewas added to matchMIN_DATE_VALUEandMAX_DATE_VALUEinDateUtil.
