wkhappy1 opened a new issue, #8485: URL: https://github.com/apache/hudi/issues/8485
vesion presto:0.275.1 hudi:0.11.1 hudi table type is copy on write。 table is partition table when i use hudi connector execute select count(1) from table where partition=202302, in presto coordinator log show, query only scan partiton 202302。 but when i execute select count(1) from table where partition>=202302 then presto coordinator log show, query scan all table partition from 202001 to 202304。 it seems like hudi connector partition filter only support equal。 -- 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]
