Skip to content

Commit 6a1aadc

Browse files
committed
fix: update result schema for large/view/fixed size types in ingest
1 parent 5ee2706 commit 6a1aadc

5 files changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format": "+s",
3+
"children": [
4+
{
5+
"name": "idx",
6+
"format": "l",
7+
"flags": ["nullable"]
8+
},
9+
{
10+
"name": "value",
11+
"format": "z",
12+
"flags": ["nullable"]
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format": "+s",
3+
"children": [
4+
{
5+
"name": "idx",
6+
"format": "l",
7+
"flags": ["nullable"]
8+
},
9+
{
10+
"name": "value",
11+
"format": "z",
12+
"flags": ["nullable"]
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format": "+s",
3+
"children": [
4+
{
5+
"name": "idx",
6+
"format": "l",
7+
"flags": ["nullable"]
8+
},
9+
{
10+
"name": "value",
11+
"format": "z",
12+
"flags": ["nullable"]
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format": "+s",
3+
"children": [
4+
{
5+
"name": "idx",
6+
"format": "l",
7+
"flags": ["nullable"]
8+
},
9+
{
10+
"name": "value",
11+
"format": "u",
12+
"flags": ["nullable"]
13+
}
14+
]
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"format": "+s",
3+
"children": [
4+
{
5+
"name": "idx",
6+
"format": "l",
7+
"flags": ["nullable"]
8+
},
9+
{
10+
"name": "value",
11+
"format": "u",
12+
"flags": ["nullable"]
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)