MAP operator or function not recognized

Hi

Is MAP operator deprecated?

Why am i getting this error
Can’t find any functions with the name ‘MAP’

select explode(VARIANTOPTIONS) as original ,
map(json_records(explode(VARIANTOPTIONS))) as json_records
from PRODUCTINSTANCE_VARIANT_OPTIONS_STREAM EMIT CHANGES;

This topic was automatically closed after 30 days. New replies are no longer allowed.