IndexOutOfBoundsException: index: 32737, length: 62 (expected: range(0, 32768))

Hi, can you please help me to resolve this error, please?

I’m running Dremio 25.0 on k8s.

it is a simple query:
select
t1.event_title
,array_agg(t1.session_title)
from
pg_contact_internal_event_fact t1
inner join pg_contact_dim t2 on t2.contact_entity_id = t1.ref_contact_entity_id and t1.ref_account_id = ‘{account_id}’
where
t1.session_att_flg = ‘Y’
group by
t1.event_title

I have max field limit set to 4mb
image

Here is the profile:
7f449f34-7f68-4505-aae3-02efffa290b1.zip (115.8 KB)

Thanks Jaro