paul8263 opened a new pull request, #10531:
URL: https://github.com/apache/hudi/pull/10531

   ### Change Logs
   
   Support literal type auto conversion for filter push down.
   
   For example:
   
   Given the field d_date with type of date, and then execute the SQL below:
   
   select ... where d_date = '2024-01-01';
   
   It will convert string literal '2024-01-01' to integer (epoch day) and then 
push down to parquet filter.
   
   This patch is after HUDI-7303, which fixed the problem: value with date type 
will be unexpectedly converted to Long.
   
   ### Impact
   
   Low impact.
   
   ### Risk level (write none, low medium or high below)
   
   Low risk.
   
   ### Documentation Update
   
   No need for documentation.
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Change Logs and Impact were stated clearly
   - [x] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to