Y Ethan Guo
Y Ethan Guo
> I really feel we should cut down on the no of cols we generate stats out of the box. I have encountered OSS users give col stats a try...
Closing this PR as we discussed that we'll go with #11580 instead.
@hudi-bot run azure
> I propose just after a metasync failure, a rollback operation on the current instant is done. Hudi is designed in a way that transaction and meta sync are decoupled....
> Recreating the glue metadata won't solve the issue. Athena will fail to merge parquet schemas since it just does not support such promotion. If we rollback the glue schema...
We can add a Github action to close stale issues, but I think we should still keep the legit issue open even if it stays there for some time.
Based on the stack trace `TrinoHudiStorage#listDirectEntries` calls `S3FileIterator#next` which throws the exception because of the following validation in `S3FileIterator`: ``` verify(object.key().startsWith(location.key()), "S3 listed key [%s] does not start with prefix...
@lozbrown Got it, so `region_p=BE%0D` is the correct partition path. Let me try to reproduce this.
This fix is related to [HUDI-7483](https://issues.apache.org/jira/browse/HUDI-7483).