dongkelun commented on issue #4642:
URL: https://github.com/apache/hudi/issues/4642#issuecomment-1017108838


   ```scala
   historicalDF.write.format("hudi").saveAsTable("tableName")
   ```
   Sorry, I didn't see this one just now. It's OK from Hudi version 0.9.0, 
because there's still hudi sparkSql
   
   In addition, it is also possible to configure sync hive, but there are bugs 
in previous versions. See this PR for details 
[3745](https://github.com/apache/hudi/pull/3745)
   
   Of course, you can also create a hive table. As long as the attributes are 
completely consistent, it is essentially the same as sync hive


-- 
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