Commit aa05716
Fix delta external table kind detection
The KQL case expression compared tolower(TableType) against "Delta"
(capitalized), which never matches since tolower() produces "delta".
This caused all delta external tables to be incorrectly loaded as
kind=storage.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 49d7352 commit aa05716
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments