baztian/jaydebeapi

cursor.fetchall() removes trailing zeros of float values

bhatpramod opened this issue · 0 comments

Whenever I fetch data from cursor it automatically strip trailing zeros.
Ex:
1.20 to 1.2
0.00 to 0.0
Is there any way to fetch cursor data unaltered from Hive database