aniketnanna commented on issue #7191:
URL: https://github.com/apache/hudi/issues/7191#issuecomment-1314771363
## 1. Missing Data Issue
a. Regarding missing data in some of the tables where data is present
in the processed bucket but Athena is not able to read
b. Found the following errors in error logs Glue job:

c. The above issue is solved by adding missing partitions using ALTER
TABLE ADD PARTITION in Athena.
d. Not able to find the root cause of the issue where Glue and Hudi
Scripts missed a few partitions randomly.
e. The exact same setup is followed for other tables where it worked
fine and added all partitions but with respect to this table found an anomaly.
--
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]