Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 4.3.0
-
None
-
None
-
ghx-label-11
Description
Despite the fact that special values such as Inf and NaN are not supported in standard JSON (they are considered invalid values), rapidjson does support them. However, it requires the parsing flag kParseNanAndInfFlag to be enabled. This flag is not enabled in the current JsonParser::Parse(), we could enable it for support reading Inf and NaN.