Commit 4567e39
fix: redirect catalog-qualified information_schema to compat views (#383)
Queries like `ducklake.information_schema.columns` were bypassing the
compat view redirect because the transform skipped references with
an explicit `ducklake` catalog prefix. This caused failures for tools
that qualify information_schema queries with the catalog name.
The compat views use unqualified `information_schema` internally, which
resolves to the default catalog at query time, so redirecting
catalog-qualified references does not cause recursion.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4ddec34 commit 4567e39
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments