File: array.expected

package info (click to toggle)
groonga 16.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188,416 kB
  • sloc: ansic: 772,827; cpp: 52,396; ruby: 40,556; javascript: 10,250; yacc: 7,045; sh: 5,627; python: 2,821; makefile: 1,679
file content (45 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
table_create Numbers TABLE_HASH_KEY UInt32
[[0,0.0,0.0],true]
load --table Numbers --command_version 3 --output_ids yes --output_errors yes
[
["_key"],
[1],
["String"],
[29]
]
{
  "header": {
    "return_code": -22,
    "start_time": 0.0,
    "elapsed_time": 0.0,
    "error": {
      "message": "<Numbers>: failed to cast to <UInt32>: <\"String\">",
      "function": "grn_table_add_by_key",
      "file": "db.c",
      "line": 0
    }
  },
  "body": {
    "n_loaded_records": 2,
    "loaded_ids": [
      1,
      0,
      2
    ],
    "errors": [
      {
        "return_code": 0,
        "message": null
      },
      {
        "return_code": -22,
        "message": "<Numbers>: failed to cast to <UInt32>: <\"String\">"
      },
      {
        "return_code": 0,
        "message": null
      }
    ]
  }
}
#|e| <Numbers>: failed to cast to <UInt32>: <"String">