[ 
https://issues.apache.org/jira/browse/FLINK-31201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jingsong Lee updated FLINK-31201:
---------------------------------
    Description: 
The overall order may be out of order due to the writing of the old partition. 
We can provide an option to sort the full reading stage by partition fields to 
avoid the disorder.
(Actually, Currently, it is out of order for partitions. Because HashMap is 
used, we may be able to sort according to the creation time of the first file?)

  was:The overall order may be out of order due to the writing of the old 
partition. We can provide an option to sort the full reading stage by partition 
fields to avoid the disorder.


> Provides option to sort partition for full stage in streaming read
> ------------------------------------------------------------------
>
>                 Key: FLINK-31201
>                 URL: https://issues.apache.org/jira/browse/FLINK-31201
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table Store
>            Reporter: Jingsong Lee
>            Priority: Major
>             Fix For: table-store-0.4.0
>
>
> The overall order may be out of order due to the writing of the old 
> partition. We can provide an option to sort the full reading stage by 
> partition fields to avoid the disorder.
> (Actually, Currently, it is out of order for partitions. Because HashMap is 
> used, we may be able to sort according to the creation time of the first 
> file?)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to