Unable to fetch intermediate elements from json array

I am able to fetch single element from json array but when choosing extract multiple, I am facing error fetching data.
SELECT id, type, name, batters, topping, sublist(topping, 2, array_length(topping)) AS topping_1, ppu
FROM “@admin”.nested AS nested

ERROR: Unexpected error occurred

Dremio Version:
4.2.1

nested.zip (440 Bytes)

@shrikanth

It seems like sublist and array_length are not a Dremio supported functions

Which database are these SQL functions used ?

Thanks
@balaji.ramaswamy

I have attached the json file which is stored in admin namespace of Dremio.

@shrikanth

I do not see any attachment

Thanks
Bali