ashishmgofficial edited a comment on issue #2149:
URL: https://github.com/apache/hudi/issues/2149#issuecomment-705178888
I found this Error message in the logs :
```
INFO DAGScheduler: Job 11 finished: sum at DeltaSync.java:406, took
0.108824 s
20/10/07 20:27:07 ERROR DeltaSync: Delta Sync found errors when writing.
Errors/Total=16/16
20/10/07 20:27:07 ERROR DeltaSync: Printing out the top 100 errors
```
Im able to see the transformed dataset properly when i sysout the dataset
from transformer :
```
+---+-------------+------+----+-----------------------------------+--------------+------------------+----+----------------+
|_op| _ts_ms|inc_id|year|
violation_desc|violation_code|case_individual_id|flag|last_modified_ts|
+---+-------------+------+----+-----------------------------------+--------------+------------------+----+----------------+
| r|1601531771650| 1|2016| DRIVING WHILE INTOXICATED|
11923| 17475366| I|1600945380000000|
| r|1601531771650| 3|2016|AGGRAVATED UNLIC OPER 2ND/PREV CONV|
5112A1| 17475367| U|1600959600000000|
| r|1601531771650| 4|2019| AGGRAVATED UNLIC OPER 2ND/PREV|
5112A2| 17475368| I|1569337200000000|
| r|1601531771651| 5|2018| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475569| I|1601374200000000|
| r|1601531771651| 7|2018| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475571| I|1601375400000000|
| r|1601531771651| 2|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
2180F| 17475569| U|1601377200000000|
| r|1601531771651| 6|2018| UNREASONABLE SPEED/SPECIAL HAZARDS|
2180F| 17475570| I|1601374800000000|
| r|1601531771651| 8|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475572| I|1601376600000000|
| r|1601531771652| 9|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475573| I|1601377200000000|
| r|1601531771652| 10|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180D| 17475574| I|1601377800000000|
| r|1601531771652| 11|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180D| 17475574| I|1601381400000000|
| r|1601531771652| 12|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475574| I|1601385000000000|
| r|1601531771652| 13|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475574| I|1601388600000000|
| r|1601531771653| 34|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475574| I|1601392200000000|
| c|1601531913459| 35|2020| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475574| I|1601395800000000|
| r|1601532941011| 1|2016| DRIVING WHILE INTOXICATED|
11923| 17475366| I|1600945380000000|
| r|1601532941011| 3|2016|AGGRAVATED UNLIC OPER 2ND/PREV CONV|
5112A1| 17475367| U|1600959600000000|
| r|1601532941012| 4|2019| AGGRAVATED UNLIC OPER 2ND/PREV|
5112A2| 17475368| I|1569337200000000|
| r|1601532941012| 5|2018| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475569| I|1601374200000000|
| r|1601532941012| 7|2018| UNREASONABLE SPEED/SPECIAL HAZARDS|
1180E| 17475571| I|1601375400000000|
+---+-------------+------+----+-----------------------------------+--------------+------------------+----+----------------+
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]