zkytech commented on PR #4443: URL: https://github.com/apache/zeppelin/pull/4443#issuecomment-1278502576
@zjffdu To fix [this bug](https://github.com/apache/zeppelin/pull/4443#issuecomment-1214710538), I have made a change in [this place](https://github.com/apache/zeppelin/pull/4443/files?diff=split&w=0#diff-59de70862c221847a22c9928ee8557c1f8e86e2c148def6377c8c9df7fb1f8c7R234), JSON number is no longer treat as string . Since JSON doesn't distinguish between integer and floating point fields, I have made a change to unit test, [all number in json will be convert to float value](https://github.com/apache/zeppelin/pull/4443/files#diff-5bcc9a6c9035b967d733a7d90146526f2401e79ab0c335b67815511a71bf6187R193). -- 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...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org