[Feature] SparkGenericCatalog can only use the hive warehouse dir, and cannot use the paimon warehouse dir to isolate it from the hive warehouse dir #2161
[X] I searched in the issues and found nothing similar.
Motivation
When creating Hive Catalog in Paimon, Flink can specify the Paimon-specific Warehouse Dir, but the Hive Catalog created by SparkCatalog in SparkGenericCatalog cannot specify the Paimon-specific Warehourse Dir. The functions of the two should be consistent to provide better user experience.
Solution
Add the spark.sql.paimon.warehourse.dir configuration option to support SparkGenericCatalog configuration Paimon Warehouese Dir
Search before asking
Motivation
When creating Hive Catalog in Paimon, Flink can specify the Paimon-specific Warehouse Dir, but the Hive Catalog created by SparkCatalog in SparkGenericCatalog cannot specify the Paimon-specific Warehourse Dir. The functions of the two should be consistent to provide better user experience.
Solution
Add the spark.sql.paimon.warehourse.dir configuration option to support SparkGenericCatalog configuration Paimon Warehouese Dir
Anything else?
No response
Are you willing to submit a PR?