cgivre opened a new pull request, #2921: URL: https://github.com/apache/drill/pull/2921
# [DRILL-8501](https://issues.apache.org/jira/browse/DRILL-XXXX): Json Conversion UDF Not Respecting System JSON Options ## Description The `convert_fromJSON()` function was ignoring Drill system configuration variables for reading JSON. This PR adds support for `allTextMode` and `readNumbersAsDouble` to this function. Once merged, the `convert_fromJSON()` function will follow the system settings. I also split one of the unit test files because it had all the UDF tests mixed with NaN tests. ## Documentation No user facing changes. ## Testing Added unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org