Shawn Chang
Shawn Chang
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you...
### Change Logs Allow selective partial update in Hudi Original PR: #7359 ### Impact None ### Risk level (write none, low medium or high below) Medium ### Documentation Update _Describe...
#### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [ ] Other (fill in here)...
### Change Logs Support Spark 4.0.0 + Hadoop 3.4 ### Impact No public-facing API changes ### Risk level (write none, low medium or high below) Medium ### Documentation Update _Describe...
### Change Logs Support Spark 4.0.0 ### Impact No public-facing API changes ### Risk level (write none, low medium or high below) Medium ### Documentation Update _Describe any necessary documentation...
### Change Logs Expand on the Hudi partial update payload to create one that will allow "null" to be updated also. This payload will use "_hoodie_change_columns" to select which specific...
### Change Logs Major replacements: - FileSystem -> HoodieStorage - fs -> storage, - fs.mkdir -> storage.createDirectory - fs.delete(, false) -> storage.deleteFile - fs.delete(, true) -> storage.deleteDirectory - fs.getFileStatus ->...
**_Tips before filing an issue_** - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)? - Join the mailing list to engage in conversations and get faster support at [email protected]. - If you...
Hudi tables created with datafram API would become unwritable to SQL INSERT INTO queries due to config conflict. See https://github.com/apache/hudi/issues/11772 for more details ### Change Logs Read precombine value from...
### Change Logs This is a part of RFC-60: Object Storage Storage Strategy https://github.com/apache/hudi/blob/master/rfc/rfc-60/rfc-60.md. The end goal is to leverage the HoodieStorage layer to further separate Hudi logic from File...