Field with index 0 exceeds the size limit of 32000 bytes

I had googled and read articles in the community, but don’t solve this.

this is my job profile, 1b18f31d-d606-4106-90d4-3f9b40535144.zip (17.3 KB)

I don’t know “Field with index 0” means which field in the picture, the data source like below

need help~
thanks

add more information

follow raw SQL, I find this query isn’t work
SELECT * FROM “xx-base” where f[0] = ‘xxxx/v2/detail’

The below query is ok
SELECT * FROM “xx-base” where f[0] = ‘xx/v2/detail’ limit 100

:joy:

the solution to fix this.

I use NAS. so I delete all old log files, then run the same query, it’s ok