Github user gatorsmile commented on the issue:

    https://github.com/apache/spark/pull/17956
  
    Based on my previous work experience, I am very conservative to introduce 
any behavior change unless we are sure this is the right thing to do. I do not 
think this is a high priority PR. I can put it in my to-do list. When I am 
free, I can work on it. 
    
    To prove the significance of this change, we need to check whether the 
other projects/products have the same/similar behavior? We do not want to 
introduce anything new or different. This is my concern. 
    
    Below is the list we need to check. 
    ```
    {"a": "+INF"}
    {"a": "INF"}
    {"a": "-INF"}
    {"a": "NaN"}
    {"a": "+NaN"}
    {"a": "-NaN"}
    {"a": "Infinity"}
    {"a": "+Infinity"}
    {"a": "-Infinity"}
    ```
    
    Note, the above is different from the following JSON strings. 
    ```
    {"a": NaN}
    {"a": Infinity}
    {"a": +Infinity}
    {"a": -Infinity}
    ```
    
    In my previous comment, I just want to share something for the people who 
want to be a committer in Spark. It is not related to this PR. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to