Skip to content

Commit 538b68a

Browse files
kesmit13claude
andcommitted
Fix ASCII art alignment in architecture diagrams
Correct box widths and alignment in Protocol Selection Flow, Execution Modes table, and UDF execution mode diagrams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa535b8 commit 538b68a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ARCHITECTURE.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ conn = s2.connect('http://user:password@host:9000/database')
141141
└─────────────────────────────────────────────────────────────────────┘
142142
143143
144-
┌─────────────────────────────┐
144+
┌─────────────────────────────────
145145
│ _parse_url() + build_params() │
146-
│ Extract driver from scheme │
147-
└─────────────────────────────┘
146+
│ Extract driver from scheme
147+
└─────────────────────────────────
148148
149149
┌────────────────────┼────────────────────┐
150150
▼ ▼ ▼
@@ -648,11 +648,11 @@ as SingleStore external functions.
648648
│ Execution Modes │
649649
│ singlestoredb/functions/ext/ │
650650
├─────────────────────────────────────────────────────────────────────┤
651-
│ asgi.py │ HTTP server via ASGI (Uvicorn) │
652-
│ mmap.py │ Memory-mapped shared memory (collocated) │
653-
│ json.py │ JSON serialization over HTTP │
654-
│ rowdat_1.py│ ROWDAT_1 binary format │
655-
│ arrow.py │ Apache Arrow columnar format │
651+
│ asgi.py │ HTTP server via ASGI (Uvicorn)
652+
│ mmap.py │ Memory-mapped shared memory (collocated)
653+
│ json.py │ JSON serialization over HTTP
654+
│ rowdat_1.py│ ROWDAT_1 binary format
655+
│ arrow.py │ Apache Arrow columnar format
656656
└─────────────────────────────────────────────────────────────────────┘
657657
```
658658

@@ -707,11 +707,11 @@ The `signature.py` module maps Python types to SQL types:
707707
│ ASGI/HTTP │ Memory-mapped │ JSON
708708
│ (remote) │ (collocated) │ (simple)
709709
▼ ▼ ▼
710-
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
711-
│ asgi.py │ │ mmap.py │ │ json.py │
712-
│ Uvicorn │ │ Shared │ │ Simple │
713-
│ HTTP/2 │ │ Memory │ │ Serialize │
714-
└─────────────┘ └─────────────┘ └─────────────┘
710+
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
711+
│ asgi.py │ │ mmap.py │ │ json.py │
712+
│ Uvicorn │ │ Shared │ │ Simple │
713+
│ HTTP/2 │ │ Memory │ │ Serialize │
714+
└─────────────┘ └─────────────┘ └─────────────┘
715715
│ │ │
716716
└────────────────────┼────────────────────┘
717717

0 commit comments

Comments
 (0)