Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5992#discussion_r33740744
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/util/SchemaUtils.scala 
---
    @@ -34,10 +34,11 @@ object SchemaUtils {
        * @param colName  column name
        * @param dataType  required column data type
        */
    -  def checkColumnType(schema: StructType, colName: String, dataType: 
DataType): Unit = {
    +  def checkColumnType(schema: StructType, colName: String, dataType: 
DataType,
    --- End diff --
    
    style: Please make sure you follow the style guide linked from 
[https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark]
    
    If this fits on 1 line (<= 100 chars), then it should.  If not, then there 
should be 1 param per line.


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