LeonxLJX commented on PR #19832: URL: https://github.com/apache/hudi/pull/19832#issuecomment-5535936030
Bumping this for visibility. The PR is fully covered by the hudi-bot/hudi-agent checks (8/8 success on the matrix), the only failing check is the `validate-pr` workflow that gates on PR title/body formatting. If the maintainer team prefers the conventional `fix(<module>): ...` or `[HUDI-XXXX] ...` style for HUDI-37, happy to amend the title and squash — just let me know which prefix you want. On the design: `getIndexType()` returning the legacy class name as a String is intentional, since the index type literal (e.g. `BUCKET`, `GLOBAL_BLOOM`) is what downstream tooling (`HoodieIndexFactory`, Spark/Flink writer paths) keys off. The fallback to legacy index class is gated by `StringUtils.isNullOrEmpty`, so writing a new table with a missing `hoodie.index.class` produces an explicit, logged warning instead of silently defaulting to an unexpected index. -- 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]
