Github user jkbradley commented on the pull request:

    https://github.com/apache/spark/pull/5992#issuecomment-116911164
  
    @mengxr  My motivation for creating SPARK-7137 was to print more help info 
when schema checks fail.  Currently, we say something like:
    ```
    Column features must be of type StringType but was actually DoubleType.
    ```
    It would be nice to print more info, particularly which PipelineStage 
caused the problem and which parameter that column is specified by:
    ```
    ... This column is specified via parameter "inputCol" from "lr_32983" with 
description: ...
    ```


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to