huberylee commented 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 create a hoodie table.  When creating  hoodie table, no data files 
will be found in table path, so `TableSchemaResolver#hasOperationField` will 
return false by catch `IllegalArgumentException` or `NullPointerException`, and 
many exception stacks will be 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]


Reply via email to