Commit cbd97dc
Fix delta external table kind detection (#162)
* 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>
* Update KustoSchemaTools/Parser/KustoLoader/KustoExternalTableBulkLoader.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 88c62f3 commit cbd97dc
File tree
1 file changed
+1
-1
lines changed- KustoSchemaTools/Parser/KustoLoader
1 file changed
+1
-1
lines changedLines 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