-
Notifications
You must be signed in to change notification settings - Fork 365
Description
Search before asking
- I searched in the issues and found nothing similar.
Motivation
Currently, the partition key only support String type. In this issue we hope to support more filed types for partition key, such as Integer etc.
Notice: The difficult here is the partition value -> string conversion. There is no a standard how to convert a DATE or TIME into string, the Java Data/Time#toString() is not a common standard and usually has problems in partitions (e.g., contains special characters :)
Solution
No response
Anything else?
No response
Willingness to contribute
- I'm willing to submit a PR!