geserdugarov opened a new pull request, #12245: URL: https://github.com/apache/hudi/pull/12245
### Change Logs In the case of: - bulk insert operation, - `hoodie.datasource.write.row.writer.enable = false`, - simple bucket index, we could do bulk insert into COW table multiple times. And only the first one will produce parquet files, the next one will produce log files, despite the fact that it is COW table type. To prevent it, restrict of `AppendHandleFactory` calling for COW table is added. Full discussion is available in https://github.com/apache/hudi/issues/12133. ### Impact No ### Risk level (write none, low medium or high below) Low ### Documentation Update No need ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Change Logs and Impact were stated clearly - [x] Adequate tests were added if applicable - [ ] CI passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
