Search before asking
Paimon version
paimon 1.1
Compute Engine
Spark 3.2
Minimal reproduce step
- create main table
- create branch table named "fallback"
- execute "switch branch to fallback" on the main table
- get the identifer by table catalog enviroment
What doesn't meet your expectations?
In the spark engine, executing drop Partition via switch branch deletes the corresponding partition on that branch.
Anything else?
No response
Are you willing to submit a PR?