Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
None
-
None
Description
Original issue reported:
https://github.com/apache/hudi/issues/7628
Currently, Hudi has a very strong bias t/w assuming that record-keys are of type string. This, however, doesn't have to be the case.
We need to holistically review the writing core code-paths and make sure that there's no assumption made relative to particular type of the column of the primary-key.
Few caveats
- It will be a challenge to support non-string composite keys in an engine-agnostic manner, so we can start initially w/ just the support for simple keys