You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@paimon.apache.org by Jingsong Li <ji...@gmail.com> on 2024/01/02 01:38:18 UTC

Re: Data is out of order in AppendOnlyTable

Hi Haishui,

I think your requirement is reasonable. We can support it.

Best,
Jingsong

On Fri, Dec 29, 2023 at 5:59 PM yejunhao <44...@qq.com> wrote:
>
> 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 <ha...@126.com> 写道:
>
> 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
>
>