You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 1.2.3
I'm selecting from a Spark table with a column of type double. When I check the 'description' property of the cursor, I see this type for the column: DBAPITypeObject('FLOAT', 'REAL', 'DOUBLE')
When I get the data from the cursor the class is "java.lang.Double".
Shouldn't this automatically convert to a Python float? String types are converting automatically.
The text was updated successfully, but these errors were encountered:
Running 1.2.3
I'm selecting from a Spark table with a column of type double. When I check the 'description' property of the cursor, I see this type for the column:
DBAPITypeObject('FLOAT', 'REAL', 'DOUBLE')
When I get the data from the cursor the class is "java.lang.Double".
Shouldn't this automatically convert to a Python float? String types are converting automatically.
The text was updated successfully, but these errors were encountered: