abyssnlp commented on issue #81:
URL: https://github.com/apache/hudi-rs/issues/81#issuecomment-2259234709
Thanks for sharing your thoughts on it.
Having them separate from the crates sounds good. I've started some initial
work on a local branch and managed to get Minio up with the pre-generated
tables.
I'm currently running into some issues trying to read the tables via
`hudi-rs`.
I've tried using both environment variables (`AWS_ACCESS_KEY_ID`,
`AWS_SECRET_ACCESS_KEY` and local MinIO specific `AWS_ENDPOINT` and
`ALLOW_HTTP`) and providing the config via the
`HudiDataSource::new_with_options` as a `Vec<&str, &str>`.
I can confirm the object store config works for `hudi::storage::Storage`
for ex. while trying to read the contents of `.hoodie/hoodie.properties`.
Might be some bad configuration on my end. I'll continue working on it this
week and keep posting updates here.
--
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]