huberylee edited a comment on pull request #4773: URL: https://github.com/apache/hudi/pull/4773#issuecomment-1042590299
> @alexeykudinkin This PR is intending to avoid printing too many exception stacks when creating hoodie table. When creating hoodie table, no data files in table path(or no `HoodieDataBlock` in log file), so `TableSchemaResolver#hasOperationField` returns false by catching `IllegalArgumentException`(or `NullPointerException`), and many exception stacks are printed. Too many exception stacks in log may affect troubleshooting. -- 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]
