[Bug] Paimon 0.8 catalog with flink 1.18/1.19 and minio s3 can't create database #3994
Open
1 of 2 tasks
Labels
bug
Something isn't working
Search before asking
Paimon version
0.8.2, No hadoop ENV
using flink's s3 config
Compute Engine
Flink 1.19.1 standalone session 1master, 3workers
Flink 1.18.1 standalone session 1master, 3workers
Minimal reproduce step
with flink sql-client, i create paimon catalog with s3 store, as below,
but
create database db_paimon;
only worked in default catalog, not work in paimon catalog with s3.
sql-client print succeed, but log has no output since command
use catalog ctl_paimon_s3;
printed.with default database, follow paimon's guide,
i have word_count table stored on s3 successed, select from table also worked, this table has nearly 100W records.
What doesn't meet your expectations?
I need to create database in paimon catalog with s3 stored on minio
Log
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: