Github user javadba commented on the pull request:

    https://github.com/apache/spark/pull/1586#issuecomment-50426118
  
    
    I just double-checked local machine and yes i can verify the discrepancy in 
behavior. After making the Jenkins-detected adjustment to the expected length , 
I re-ran the one test locally:
    
        checkEvaluation(Strlen(Literal("\uF93D\uF936\uF949\uF942", StringType), 
"UTF-8"), 4)  // change from 12 to 4
    
    And LOCALLY only this gives the error:
    
        - Strlen *** FAILED ***
          Incorrect Evaluation: Strlen(????, UTF-8), actual: 12, expected: 4    
(ExpressionEvaluationSuite.scala:129)
    
    
    This verifies that the local behavior (actual=12) differs from 
Jenkins/expected behavior (actual=4)
    
    My local behavior is incorrect. Not sure yet how to handle this.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to