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">
|