masumsoft / cassandra-exporter

Simple Tool to Export / Import Cassandra Tables into JSON
MIT License
48 stars 21 forks source link

Allow serializing NaN and Infinity double values (scalars only) #5

Closed IljaKroonen closed 6 years ago

IljaKroonen commented 6 years ago

We recently hit the case where one of our tables has NaN and Infinity values. This fix allows exporting them. Please note that this MR does not allow double values inside maps to have NaN and infinity values.