To reproduce: `client.fetch("select map('a','1','b','2','c','3') as data",decode=True)` Returns a dict with this value: `{'a':"1','b':'2','c':'3'"}` With maps with only one item it works.
To reproduce:
client.fetch("select map('a','1','b','2','c','3') as data",decode=True)Returns a dict with this value:
{'a':"1','b':'2','c':'3'"}With maps with only one item it works.