amoro icon indicating copy to clipboard operation
amoro copied to clipboard

[Feature]: [flink] when partition value is null, we should write the record to the partition default configured.

Open Aireed opened this issue 3 years ago • 0 comments

Description

1、Now, Flink arctic sink will write records whose partition value is null to a null partition. For users, different app needs different action!
some one want to send records whose partition value to 1970-07-01 partition for sort, some cdh users want to write to the hive default partition!

so, we may supply a catalog-level configuration to support user to configure the default parition when we encounted records whose parition value are null.

Use case/motivation

No response

Describe the solution

No response

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

Aireed avatar Sep 09 '22 01:09 Aireed