twdsilva commented on issue #429: Date filter pushdown URL: https://github.com/apache/phoenix/pull/429#issuecomment-454615214 This should work with any DateFormat, we are currently converting the java.sql.Date to a String (in the default date format) and then back to a date using TO_DATE in the where clause. In the future we should generate a phoenix ```Expression``` from the spark ```Filter``` .
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
