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


   > Instead of using a temporary table, try changing the target table to an 
entity table. The current version should not support the situation that the 
target table is a temporary table.And the target table must be a Hudi table
   
   Thanks for the reply. By entity table, do you mean something like
   ```
   historicalDF.write.saveAsTable("tableName")
   ```
   Can you also elaborate more on "And the target table must be a Hudi table"? 
How do I ensure the table I write is Hudi table? Is there a specific API to use 
to create this entity table as hudi table?
   
   Thanks!


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