Commit 658870f
Map Thrift operation type to proto Operation.Type enum
- Convert TOperationType (Thrift) to proto Operation.Type names
- EXECUTE_STATEMENT remains EXECUTE_STATEMENT
- GET_TYPE_INFO -> LIST_TYPE_INFO
- GET_CATALOGS -> LIST_CATALOGS
- GET_SCHEMAS -> LIST_SCHEMAS
- GET_TABLES -> LIST_TABLES
- GET_TABLE_TYPES -> LIST_TABLE_TYPES
- GET_COLUMNS -> LIST_COLUMNS
- GET_FUNCTIONS -> LIST_FUNCTIONS
- UNKNOWN -> TYPE_UNSPECIFIED
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 42f1e23 commit 658870f
1 file changed
Lines changed: 34 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
54 | 87 | | |
55 | 88 | | |
56 | 89 | | |
| |||
515 | 548 | | |
516 | 549 | | |
517 | 550 | | |
518 | | - | |
| 551 | + | |
519 | 552 | | |
520 | 553 | | |
521 | 554 | | |
| |||
0 commit comments