Repository: incubator-hivemall
Updated Branches:
  refs/heads/v0.5.0 9d9eac0eb -> 3404c6df4


Fixed style check error: Insert a space after the start of the comment line=130 
column=4


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/3404c6df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/3404c6df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/3404c6df

Branch: refs/heads/v0.5.0
Commit: 3404c6df4d46bbece2f02424bda64c5e2c57f049
Parents: 9d9eac0
Author: Makoto Yui <[email protected]>
Authored: Tue Jan 23 18:56:18 2018 +0900
Committer: Makoto Yui <[email protected]>
Committed: Tue Jan 23 18:56:18 2018 +0900

----------------------------------------------------------------------
 .../scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/3404c6df/spark/spark-2.2/src/main/scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala
----------------------------------------------------------------------
diff --git 
a/spark/spark-2.2/src/main/scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala
 
b/spark/spark-2.2/src/main/scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala
index 4a6b568..2982d9c 100644
--- 
a/spark/spark-2.2/src/main/scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala
+++ 
b/spark/spark-2.2/src/main/scala/org/apache/spark/sql/hive/HivemallGroupedDataset.scala
@@ -127,7 +127,7 @@ final class HivemallGroupedDataset(groupBy: 
RelationalGroupedDataset) {
    * @group ensemble
    */
   def max_label(score: String, label: String): DataFrame = {
-    //checkType(score, DoubleType)
+    // checkType(score, DoubleType)
     checkType(label, StringType)
     val udaf = HiveUDAFFunction(
         "max_label",

Reply via email to