Y Ethan Guo
Y Ethan Guo
### Change Logs This PR updates the Spark Guide website page with Spark 3.3 support. ### Impact Only docs update. **Risk level: none** The website can be properly built and...
### Change Logs This PR improves docs on DynamoDB-based lock provider to avoid confusion on setting the configs. ### Impact **Risk level: none** The website can be built and visualized...
### Change Logs As above. ### Impact **Risk level: none** The website can be built and visualized properly locally with `npm start`. ### Contributor's checklist - [ ] Read through...
### Change Logs This PR fixes the hudi-spark3-bundle. Before this PR, reading a Hudi table with Spark datasource in Spark 3.3 shell with hudi-spark3-bundle throws the following exception. Some classes...
### Change Logs As above. The author of PRs should put up docs updates as part of their contribution. The author should create a Jira for the docs and link...
### Change Logs When enabling column stats and bloom filter reading from metadata table for Bloom index (`hoodie.bloom.index.use.metadata=true`), frequent S3 timeouts like below happen and cause the write job to...
## What is the purpose of the pull request *(For example: This pull request adds quick-start document.)* ## Brief change log *(for example:)* - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*...
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...
## What is the purpose of the pull request This PR refactors IncrementalRelation to enable partition pruning and projection for incremental query on COW table. ## Brief change log ##...