Commit 8ec6921
committed
[SPARK-52152] Fix
### What changes were proposed in this pull request?
This PR aims to fix `Catalog.databaseExists` to handle multi-catalogs.
### Why are the changes needed?
To handle Iceberg catalog.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs. Apache Iceberg CI will be added soon.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #150 from dongjoon-hyun/SPARK-52152.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Catalog.databaseExists to handle multi catalogs1 parent 89b4b7d commit 8ec6921
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
| |||
0 commit comments