dropbox / dropbox/PyHive

When retrieving NaN values from presto (reals or doubles) pyhive returns a string value instead of float('NaN')

Open
#304 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
1.7k
Forks
545
PR merge metrics
No merged PRs in 30d

Description

in pyhive do a:
SELECT REAL'NaN';

Check the type of the return, it is not a float or a double but the string NaN.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.