gsudhanshu commented on issue #10503:
URL: https://github.com/apache/hudi/issues/10503#issuecomment-1905289703
@ad1happy2go during ingestion say th file being ingested is
6548b5aa910845504c7cdea4_1705406501315.795.csv
i.e. unique_filename = 6548b5aa910845504c7cdea4_1705406501315.795.csv
then when we write in hudi using below code:
spark_df.write \
.format("org.apache.hudi") \
.options(**hudi_options) \
.mode("append") \
.save(basePath_ID +"/"+f"{unique_filename}")
hudi creates folder with name 6548b5aa910845504c7cdea4_1705406501315.795.csv
; I am sure hudi creates this folder
--
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]