voonhous opened a new pull request, #20005: URL: https://github.com/apache/hudi/pull/20005
Trino's built-in Hudi connector configures split size with hudi.max-split-size, which hudi-trino calls hudi.target-split-size. Both split base files the same way (same 1.1x slop), so register the Trino name as a @LegacyConfig alias. Catalogs migrating from Trino keep working instead of failing startup on an unused property. The default stays 128MB; catalogs that relied on Trino's 120MB default without setting the property get slightly larger splits. Closes #19996 (cherry picked from commit 57a58c7123d87816cd81d67090c11cfffa312531) -- 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]
