paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[Bug] The consumer-id is not effective when performing multiple table joins.

Open Pandas886 opened this issue 1 year ago • 2 comments

Search before asking

  • [X] I searched in the issues and found nothing similar.

Paimon version

0.8

Compute Engine

flink1.17.2

Minimal reproduce step

In stream processing, specifying the consumer-id for each table does not take effect when performing multiple table joins.

image

I can't see the consumer-id for tables like order_line in the system tables.

image

What doesn't meet your expectations?

I can see the consumer-id of tables like order_line by querying the system tables.

Anything else?

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

Pandas886 avatar May 16 '24 09:05 Pandas886

Is there any progress?

Pandas886 avatar Jun 20 '24 08:06 Pandas886

Hi, @Pandas886 you maybe find some useful info at the flink web job log, if there is some info like "Please set 'table.exec.sink.upsert-materialize' to 'NONE' in Flink's config.",please execute it in flink sql client, then restart your join select.

discivigour avatar Aug 12 '24 04:08 discivigour