bhat-vinay commented on issue #10110:
URL: https://github.com/apache/hudi/issues/10110#issuecomment-2022668751
Thanks for trying it out. This seems like a different issue (rather than the
spark analysis error that you were seeing earlier).
The error reported now is that the base files for the table are not found
(in the specified location/path) i.e
"file:/072fb7a1-bbd2-481a-9c7a-3ab3e3a70e68-0_11-31-0_20240327082222863.parquet"
is not being found to build the index. I think you should give the correct
`path` for the external table. Something like
`df.write.format("hudi").options(**hudi_options).option("path","/full/path/to/external/table/location/").mode("append").saveAsTable("table_name")`
--
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]