yahoNanJing commented on PR #3839: URL: https://github.com/apache/arrow-rs/pull/3839#issuecomment-1480973508
Thanks @tustvold for reading the proto branch for cache layer. The process details you described above are exactly correct. > However, it doesn't work as expected I'm sorry I didn't explain it very clearly. Actually the process works well. The only expected thing is the function `get_key` in https://github.com/yahoNanJing/arrow-ballista/blob/dev-20230322/ballista/core/src/cache_layer/object_store/mod.rs#L31-L39. It seems it will always return "none". The unit test https://github.com/yahoNanJing/arrow-ballista/blob/dev-20230322/ballista/core/src/cache_layer/object_store/mod.rs#L169-L173 verifies that. -- 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]
