Error in raw reflection

I use mongodb collection as source, when i tray to make raw reflection i receive the error:
Node [rel#16121:Subset#2.LOGICAL.ANY([]).[]] could not be implemented; planner state
This is my query:
SELECT msg_id, days, dt_end, dt_start, dt_upd, etso, tipo, unavailability_type, zona
FROM (
SELECT msg_id,
Flatten(“remit_centrali”.“days”) AS days,
dt_end,
dt_start,
dt_upd,
etso,
tipo,
unavailability_type,
zona
FROM mongo_development.ampere.remit_centrali AS remit_centrali
WHERE is_last = 1
) nested_0
WHERE nested_0.days.is_last = 1

If i remove WHERE nested_0.days.is_last = 1 work fine.

This is my profile:
bbad2cda-59dc-4fbd-879c-872c6c3b0d4d.zip (11,8 KB)

Hi @sphynx

This seems like a known issue we are looking into and will keep you updated on the fix

Thanks
@balaji.ramaswamy