Apache Iceberg version
0.4.0
Please describe the bug 🐞
Create Table in SQL Catalog fails if location is not mentioned but write.data.path and write.metadata.path.
This is a bit annoying because you can't separate metadata and data in file system. I also know this behavior works with Spark and Iceberg. I would love to have that in PyIceberg too.