Skip to content

Partition key support more data types #489

@swuferhong

Description

@swuferhong

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions