kevinjmh opened a new pull request, #5147:
URL: https://github.com/apache/zeppelin/pull/5147

   ### What is this PR for?
   
   #### Problem:
   
   The New UI (Angular) saves numeric interpreter properties as JavaScript 
number types, which get deserialized to Java Double by Gson. When these 
properties are converted to strings (e.g., 60000.0), parsing them as Long or 
Integer fails with NumberFormatException.
   
   #### Solution:
   
   Convert all property values to strings in the New UI before sending to the 
backend, matching the behavior of the Old UI which uses strings for all 
property values.
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-6395
   
   ### How should this be tested?
   * Strongly recommended: add automated unit tests for any new or changed 
behavior
   * Outline any manual steps to test the PR here.
   
   ### Screenshots (if appropriate)
   ![Uploading image.png…]()
   
   
   ### Questions:
   * Does the license files need to update?
   * Is there breaking changes for older versions?
   * Does this needs documentation?
   


-- 
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]

Reply via email to