bhasudha commented on issue #4830: URL: https://github.com/apache/hudi/issues/4830#issuecomment-1048341628
```SHOW TABLE STATS myTable ; shows 0 files and size 0B for that partition.```. -> This makes me wonder if the partition is somehow not registered. Since this is an external table, we can check if the data is present physically by checking the partition path. Does Impala depend on Hive metastore to gather this stats or does it do on its own ? If first, we need to check the HMS to see if this partition is registered with the table. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
