bvaradar commented on issue #2162:
URL: https://github.com/apache/hudi/issues/2162#issuecomment-707502829
1. I am not able to pinpoint the issue rightaway but let me engage in
debugging this with you. Couple of things :
1. Can you make ds field and any additional fields you are adding nullable
{
"name": "ds",
"type": ["null", "string"],
"default": null
}
2. In transformer implementation, after you constructed the dataset "fi",
can you call printSchema() and add the output here.
If possible, It would make things very easy, if you can construct some form
of test that I can use it to repro the issue and debug here.
----------------------------------------------------------------
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]