You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chestnutqiang
changed the title
[Bug]
[Bug] Flink 1.17.1 use 'changelog-producer' = 'lookup' delete sql error , Can not use lookup, there is no temp disk directory to use
Jul 6, 2023
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?
The text was updated successfully, but these errors were encountered: