nsivabalan commented on issue #6341:
URL: https://github.com/apache/hudi/issues/6341#issuecomment-1311279566
sorry to have dropped the ball on this.
what the instruction say is. to write to hudi, you might be doing something
like
```
df.write.format("hudi").....save(path).
```
In this, df's schema is expected to be table's schema. just that record key,
partition path and pre combine has to non null and rest of the fields can be
null.
--
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]