TablePlus / TablePlus-Windows

TablePlus Windows issue tracker
https://tableplus.com
189 stars 3 forks source link

failed to import table in Cassndra #593

Open dekel77777 opened 1 year ago

dekel77777 commented 1 year ago
  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.

sonswift commented 1 year ago

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