Partition filter not used when in clause

Hello @balaji.ramaswamy @Ivan_Chesnov any news?

Hello @balaji.ramaswamy and @Ivan_Chesnov sorry by insistence, do you have any news about this ?

@dacopan

Was trying to reproduce the issue but do not find the “show create table” statement for ID_SPACE, can you please give that also and will try a repro

Hello this is the DDL of space

CREATE TABLE lake.prod.spaces
(
    ID_SPACE varchar,
    ID_PAGE  varchar,
    RED      varchar
)

@dacopan Just so I am clear, spaces is also a Iceberg table and none of the columns are partition columns, correct?

yes is a iceber table and has few rows < 2k and this table has no partitions

Thanks @dacopan Was able to reproduce your exact same symptom, let me investigate on my local repro

1 Like