lee-ji-an opened a new pull request, #5012:
URL: https://github.com/apache/zeppelin/pull/5012

   …ility
   
   ### What is this PR for?
   This PR fixes the `IRInterpreterTest.testZShow()` test failure caused by R 
4.0+ default behavior change. 
   The test was failing because R 4.0+ changed the default `stringsAsFactors` 
from `TRUE` to `FALSE`, causing the test to expect numeric factor levels but 
receive actual string values.
   
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   * [x] - Update test expectation to match R 4.0+ default behavior
   * [x] - Ensure test passes on both R 3.x and R 4.x versions
   
   ### What is the Jira issue?
   * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN-6212
   
   ### How should this be tested?
      - Run `./mvnw test -pl rlang -Dtest=IRInterpreterTest#testZShow`
      - Verify test passes on both R 3.x and R 4.x environments
   
   ### Screenshots (if appropriate)
   N/A
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
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: reviews-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to