Closed chestnutqiang closed 6 months ago
Thanks @ChestnutQiang for reporting.
Maybe it is OK to disable TableUtils.deleteWhere
pushdown for lookup and full-compaction changelog-producer.
Thanks @chestnutqiang for reporting. 感谢您的报道。 Maybe it is OK to disable
TableUtils.deleteWhere
pushdown for lookup and full-compaction changelog-producer. 也许可以禁用TableUtils.deleteWhere
pushdown进行查找和完全压缩changelog-producer。
I meet same error , how to solve ?Can I set some properties to ensure the normal operation of the program?
Search before asking
Paimon version
paimon-flink-1.17-0.5-20230706.002547-73.jar
Compute Engine
Flink 1.17
Minimal reproduce step
CREATE TABLE p_t1 ( a int, b string, PRIMARY KEY (a) NOT ENFORCED ) with( 'bucket' = '4', 'write-buffer-size' = '1mb', 'changelog-producer' = 'lookup' );
INSERT INTO p_t1 VALUES (1, 'Table'), (2, 'Store');
delete from p_t1 where a=1;
What doesn't meet your expectations?
Anything else?
Whether IOManager should be non-null, we can put it inside the constructor?
Are you willing to submit a PR?