You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Current Doris connector supports write one or more partitions in one job.
To write N partitions, users have to determine the details of the N partitions, including name, start and end range, which is a burden for users.
Details can be seen at com.bytedance.bitsail.connector.doris.option.DorisWriterOptions.PARTITIONS.
In some cases, these partitions do match some patterns, like:
Hi @beyond-up, thanks for your contribution to the BitSail community. Would you like to join contributor chat group? Here is the QR code. If it expires, you can leave a message here. Look forward to your coming!
Is your feature request related to a problem? Please describe
Current Doris connector supports write one or more partitions in one job.
To write N partitions, users have to determine the details of the N partitions, including name, start and end range, which is a burden for users.
Details can be seen at
com.bytedance.bitsail.connector.doris.option.DorisWriterOptions.PARTITIONS
.In some cases, these partitions do match some patterns, like:
So we may want to just give a template and the connector can recognize the pattern and automatically know what the partitions are.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: