In Impala 5.7 can I do compute incremental stats on dynamic partiitons like
compute incremental stats table partition(id>1 and id<10) or with a where clause somewhere.
I receive an error requires = identifer not allowed >.
Is there way to compute stats for specific partitions and not others.
Right now can only do compute incremental stats table partition(iid=1)
Thanks