TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

failed to import table in Cassndra

Open dekel77777 opened this issue 2 years ago • 1 comments

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): Cassandra 4.0

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): build 226

  3. The steps to reproduce this issue:

failed to import data:

when I'm using Select query to view table with type map<text,double> I'm see the data wrong quotes

example: select result: {"value1":"6.593832569","value2":"-0.002977073"}

should be: {'value1': 6.593832569, 'value2': -0.002977073}

when I'm trying to import the data CSV, JSON, SQL insert its failed.

this issue only happens in Windows machine, in Mac it works perfectly.

dekel77777 avatar Mar 01 '23 09:03 dekel77777

Hi @dekel77777, we found the problem, the next update will contains this fix. Thanks for you feedback.

sonswift avatar Mar 02 '23 03:03 sonswift