ParkGyeongTae commented on PR #4878: URL: https://github.com/apache/zeppelin/pull/4878#issuecomment-2452824072
@Reamer Thank you for your guidance. When modifying interpreters in the Zeppelin Web UI, I discovered that integers were being saved as floats in the `interpreter.json` file. To fix this, I modified it to convert floats to integers before saving, where possible. Additionally, I added test code. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
