voonhous commented on issue #6055: URL: https://github.com/apache/hudi/issues/6055#issuecomment-1189966009
@rishabhbandi I don't quite understand the steps between: ```txt 1)created a dataframe(targetDf) and using the below statement to write it in GCS Bucket location (for ex - locA) targetDF.write.format(org.apache.hudi).options(hudiWriteConf).mode(SaveMode.Overwrite).save(locA) 2)then we are creating an external hudi table on locA. lets call it ext_hudi_tbl_on_locA ``` and ```txt 1)we create an managed hudi table. lets call int_hudi_tbl 2)we insert data from targetDf into the above hudi table. using spark.sql() way. ``` Can you please provide a coded example instead, 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]
