python-pinot-dbapi / pinot-dbapi

Python DB-API and SQLAlchemy dialect for Pinot
MIT License
19 stars 33 forks source link

JSON type field parsing from string to dict #63

Closed abhi19gupta closed 1 year ago

abhi19gupta commented 1 year ago

Pinot returns JSON datatype fields as string. This PR parses the string into dict.