BruceLin

Results 9 comments of BruceLin

Hi, amitds1997, thanks for your reply. My question is that the variable `path` is `request.getRequestURI()` https://github.com/lyft/presto-gateway/blob/39d7d5f3194265c688d4d5f01db1d64143fe284a/gateway-ha/src/main/java/com/lyft/data/gateway/ha/handler/QueryIdCachingProxyHandler.java#L157 So the variable `path` will be `/ui/query.html` without `20200416_160256_03078_6b4yt`, the variable `queryParams` will be...

I have looked at other fork repo, such as `rongfengliang's presto-gateway`, In his repo, he use the queryParams to be `queryId` in the same place. https://github.com/rongfengliang/presto-gateway/blob/7be1c438868b059b375e3af91e40ab2a061988ca/gateway/src/main/java/com/lyft/data/gateway/handler/QueryIdCachingProxyHandler.java#L201 You can have a...

@danny0405 @zhangyue19921010 any updates for this issue?

This is actually caused by the inconsistency between the partition metadata of hive and the partition metadata of hudi. In my opinion, should we change our thinking, for example, when...

Thanks for your apply. Do we have some pull-requests or plans to automatically clean up old archive files?

thanks for your apply. @danny0405 @ad1happy2go I'm going to try to write a simple script to clean up merged archived meta file that haven't been modified for a long time....

I'm so sorry for the long time no reply, we have implemented this cleanup script. I hope everyone can understand that this cleanup script is applicable to version 0.13.1, but...

> [@BruceKellan](https://github.com/BruceKellan) Can you share the script also to community. Let us know if you face any issues. Just some delete action, although it is rough, it can help solve...