apache / apache/hudi

[SUPPORT] hudi connector partition filter only support equal

Open
#8,485 13 comments 0 reactions 1 assignee Claimed by @codope View on GitHub
area:query-engine component:presto
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

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。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.