voonhous commented on PR #19648: URL: https://github.com/apache/hudi/pull/19648#issuecomment-5395167084
For the record, three more maintainer commits since the one above, from a final committer-grade pass: * `3c3aa7f0` -- unit test for the rejection firing off the table config alone (an existing multi-field table, which no new table can reach). * `073f3ca3` -- the dash guard missed dot segments: `..-a` became `../a` and resolved outside the table base path. Now one token rule (reject any `-`-delimited token that is empty, `.` or `..`), mirrored byte-wise in the UTF8 formatter. Rejection message says "recreate", since `ALTER TABLE SET TBLPROPERTIES` never rewrites `hoodie.properties`. * `8cd021a9` -- `parseBoolean`-style flag read, Overwrite-mode and Avro encode-parity tests, comment corrections, test polish. All verified locally on spark3.5. #19666 stays open for the legacy read side. -- 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]
