Hi haishui,
Reading from AppendOnlyTable won't trigger a shuffle, if your data
comes from AppendOnlyTable has been shuffled after reading, you should check to
topology behind Read Node.
Best, Junhao
> 2023年12月29日 下午5:48,haishui <[email protected]> 写道:
>
> Hi teams,
>
> I am trying to use Paimon as a message queue, like Kafka.
> But when I write to AppendOnlyTable, the data is out of order, due to shuffle
> by bucket-key.
> Is there any way to resolve the problem? or is there any plan to support
> fixed-partition?
>
> Thank you
> haishui