You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/17 05:44:54 UTC

[GitHub] [hudi] huberylee edited a comment on pull request #4773: [HUDI-3400] Avoid throw exception when create hoodie table

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org