danny0405 commented on issue #11466:
URL: https://github.com/apache/hudi/issues/11466#issuecomment-2177326048
> Changed the IGNORE_KEY to true and it seems to be working but I dont see
any data in the parquet files. They are all empty. Any idea how should I debug
this further
The error is catched up by the writer, and when an error occurs, it logs an
error msg:
```java
LOG.error("Error writing record " + record, t);
```
--
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]