Results 365 comments of QP Hou

Ha I see, that sounds reasonable. But I think it would be good to log the parsing error as well so we are not silently ignoring the error.

could you try cargo install from source with the latest master? this issue should have been fixed in the latest refactor where we moved the inspect binary into its own...

@yjshen wrote a wrapper for libhdfs3: https://github.com/datafusion-contrib/datafusion-hdfs-native. This one is a lot leaner since it only has a c++ dependency. Perhaps you can work with him to convert that binding...

@yjshen up to you, since you are the author :)

> Eg. the company I work at has a custom hdfs version. So I'll have to make sure to build hdfs-native correctly (and not follow the instructions in the repo)....

Yeah, very good point @viirya . I now think it might be better to not use DeltaTable as trait object, at least not for the first version, otherwise it will...

Thanks @thovoll , I agree with both points. The replay based mocking method looks quite interesting :+1:

I think @zhujunyong is likely right. We can't do binary search starting from version 0, instead we should probably fetch all available versions through object list API, then do a...

@viirya i think this issue tracks the work to make the retry more robust. Right now the current retry logic is a busy loop without sleep and exponential backoff. We...

We don't have this use-case internally, but PRs are very welcome.