hudi-bot opened a new issue, #16223:
URL: https://github.com/apache/hudi/issues/16223
The current multi table service supports executing table service for
multiple tables by specifying them through
{{{}hoodie.tableservice.tablesToServe{}}}. When an incorrect path is provided
for a table or a table is deleted but the asynchronous table service is not yet
aware of it, the current implementation causes the entire Spark job to fail,
impacting the execution of other tables. It is expected that this should not
impact the table service of other tables with correctly configured paths.
!image-2023-09-08-14-49-44-564.png|width=840,height=111!
In order to address this issue, I will introduce a check to skip such cases
and log the details of tables that do not conform to Hudi's requirements using
Log.error.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6832
- Type: Bug
- Attachment(s):
- 08/Sep/23
06:49;majian;image-2023-09-08-14-49-44-564.png;https://issues.apache.org/jira/secure/attachment/13062760/image-2023-09-08-14-49-44-564.png
--
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]