When retrieving NaN values from presto (reals or doubles) pyhive returns a string value instead of float('NaN')
Open
- 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.