crate / crate/crate-python

TypeError: Type is not JSON serializable: `numpy.ndarray`/`recarray`

Ouverte
#729 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
85
Forks
34
Merge moyen
3 j 16 h
PR mergées (30 j)
3

Description

## Problem
We probed JSON serialization with `crate-python` and discovered it does not work well in all situations yet, for example when the data payload includes an array/list, and is read from JSON using pandas or Polars.

```json
{"foo":"bar","baz":["qux"]}
```

The reason is that the decoded payload includes `numpy.ndarray` or `recarray` types.

## Reproduce
[`cratedb-orjson.py`](https://gist.github.com/amotl/f55474d633e7c71498c24ce3ca4c6332) can be used to reproduce the problem.

## References
- https://github.com/crate/cratedb-toolkit/issues/482

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.