apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 957 forks source link

[Bug] the underlying local dir doesn't created but create schema return succ if using a wrong localfs path #4396

Closed FANNG1 closed 3 weeks ago

FANNG1 commented 3 weeks ago

Search before asking

Paimon version

main

Compute Engine

JavaAPI

Minimal reproduce step

  1. use a filesystem catalog backend
  2. use a wrong fs path as warehouse location like /wrong_path
  3. create schema succ, but the underlying path is not created

What doesn't meet your expectations?

create schema failed

Anything else?

No response

Are you willing to submit a PR?