Getting a message No partitions selected for incremental stats update when I run COMPUTE INCREMENTAL STATS <table_name> without partition clause in the command. But the table is partitioned with some column.
As per the documentation here COMPUTE INCREMENTAL STATS [db_name.]table_name [PARTITION (partition_spec)] PARTITION clause is optional.
then I don't understand why I'm getting an err that "No partitions selected". Is it mandatory or any different versions available ? Please help