Hi,
When I run an ALTER TABLE RECOVER PARTITIONS, my Impala table is not getting updated with the most recent data. All the parquet files are in the proper directory.
However, when I run a REFRESH TABLE, the table gets updated with the new data.
Why is the ALTER TABLE RECOVER PARTITIONS command not working in this case, but the REFRESH TABLE does?
Thank you!