Commit ae6d095
authored
feat: SQL Catalog - Tables (#610)
* feat: add list/exist table + drop namespace
Signed-off-by: callum-ryan <[email protected]>
* feat: create table
Signed-off-by: callum-ryan <[email protected]>
* feat: add load table
Signed-off-by: callum-ryan <[email protected]>
* feat: add the rest of table ops
Signed-off-by: callum-ryan <[email protected]>
* fix: sort order on test
Signed-off-by: callum-ryan <[email protected]>
* fix: sort Cargo.toml
Signed-off-by: callum-ryan <[email protected]>
* fix: Adjust error message for existence of table
Signed-off-by: callum-ryan <[email protected]>
* fix: update_table throws Unsupported, add catalog filter to drop_nsp
Signed-off-by: callum-ryan <[email protected]>
---------
Signed-off-by: callum-ryan <[email protected]>1 parent 97fc01d commit ae6d095
3 files changed
+824
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments